@enki-tek/fms-web-components 0.1.29 → 0.1.30
Sign up to get free protection for your applications and to get access to all the features.
@@ -5,9 +5,9 @@
|
|
5
5
|
export let companyName = 'EnkiTek';
|
6
6
|
</script>
|
7
7
|
|
8
|
-
<div class="sidebar pe-0"
|
8
|
+
<div class="sidebar pe-0">
|
9
9
|
<div
|
10
|
-
class="offcanvas-md offcanvas-end bg-white"
|
10
|
+
class="offcanvas-md offcanvas-end bg-white rounded-3"
|
11
11
|
tabindex="-1"
|
12
12
|
id="sidebarMenu"
|
13
13
|
aria-labelledby="sidebarMenuLabel"
|
@@ -132,7 +132,6 @@ ul, .icon-sidebar-content ul li, .icon-sidebar-content .toggle-button {
|
|
132
132
|
#sidebarMenu {
|
133
133
|
height: calc(100vh - 146px);
|
134
134
|
overflow: auto;
|
135
|
-
border-radius: 0.75rem;
|
136
135
|
}
|
137
136
|
@media (min-width: 768px) {
|
138
137
|
.sidebar .offcanvas-lg {
|