Skip to content

Commit

Permalink
Merge branch 'resizeableSidebar' into sqaaakoi-stable-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sqaaakoi committed Sep 17, 2024
2 parents 7acda4b + a715026 commit 14bfbab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/plugins/resizableSidebar/fixes.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
width: 100%;
}

/* Hide in fullscreen */
.vc-resizable-sidebar-wrapper[class*="hidden_"] {
width: 0 !important;
}

.vc-resizable-sidebar-stock-handle-wrapper {
z-index: 5;
}
Expand Down

0 comments on commit 14bfbab

Please sign in to comment.