Skip to content

Commit 40a76de

Browse files
committed
fix css
1 parent d2ae62d commit 40a76de

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

resources/css/ocify-sidebar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
transition: all 0.5s ease;
88
overflow: hidden;
99
position: fixed;
10-
z-index: 1;
10+
z-index: 2000;
1111
}
1212

1313
#wrapper.toggled {

resources/css/theme.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ color: {{ setting_value('visiosoft.theme.defaultadmin::primary_color') }} !impor
237237
position: fixed;
238238
top: 0;
239239
left:0;
240+
z-index: 2000;
240241
}
241242
.logo-bar-table {
242243
display: table;

0 commit comments

Comments
 (0)