Revert some scrollbar, sidebar and list width changes.

Thanks to xet7 !

Fixes #5585,
fixes https://github.com/wekan/wekan/pull/5583
This commit is contained in:
Lauri Ojansivu 2024-11-20 21:08:06 +02:00
parent 12d22f92b2
commit 096fe130f6
11 changed files with 45 additions and 34 deletions

View file

@ -16,6 +16,9 @@
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;