Skip to content

Commit 2c3a165

Browse files
authored
Fix sidebar full state
1 parent 10e9d37 commit 2c3a165

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

src/views/Viewer.vue

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -705,13 +705,14 @@ export default {
705705
width 100ms ease;
706706
}
707707
708+
// Override vue componets scss
708709
#app-sidebar.app-sidebar--full {
709-
position: fixed;
710-
top: 0;
711-
height: 100%;
712-
z-index: 2025;
710+
position: fixed !important;
711+
top: 0 !important;
712+
height: 100% !important;
713+
z-index: 2025 !important;
713714
.thumbnailContainer {
714-
display: none;
715+
display: none !important;
715716
}
716717
}
717718

0 commit comments

Comments
 (0)