Sidebar overhaul - change position to absolute, fix weird style bugs, disable scrollbar

This commit is contained in:
Nadav Tasher 2024-07-06 22:06:49 +03:00
parent d63507dd97
commit b7e8f796a3
5 changed files with 25 additions and 37 deletions

View file

@ -16,9 +16,6 @@
transition: margin 0.1s;
overflow-y: auto;
}
.board-wrapper .board-canvas.is-sibling-sidebar-open {
margin-right: 248px;
}
.board-wrapper .board-canvas .board-overlay {
position: fixed;
left: 0;