mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fix scrollbar inside list and outer scroll
This commit is contained in:
parent
48cd551a69
commit
a033c35a34
3 changed files with 4 additions and 1 deletions
|
|
@ -15,10 +15,12 @@ position()
|
|||
|
||||
.board-wrapper
|
||||
position: cover
|
||||
overflow-y: hidden;
|
||||
|
||||
.board-canvas
|
||||
position: cover
|
||||
transition: margin .1s
|
||||
overflow-y: auto;
|
||||
|
||||
&.is-sibling-sidebar-open
|
||||
margin-right: 248px
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue