We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e9d37 commit 2c3a165Copy full SHA for 2c3a165
1 file changed
src/views/Viewer.vue
@@ -705,13 +705,14 @@ export default {
705
width 100ms ease;
706
}
707
708
+// Override vue componets scss
709
#app-sidebar.app-sidebar--full {
- position: fixed;
710
- top: 0;
711
- height: 100%;
712
- z-index: 2025;
+ position: fixed !important;
+ top: 0 !important;
+ height: 100% !important;
713
+ z-index: 2025 !important;
714
.thumbnailContainer {
- display: none;
715
+ display: none !important;
716
717
718
0 commit comments