mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
- Fix Minimize board sidebar actually just moves it over.
Thanks to dagomar ! Closes #1589
This commit is contained in:
parent
c997786e64
commit
515c9be051
2 changed files with 6 additions and 4 deletions
|
|
@ -15,12 +15,13 @@ position()
|
|||
|
||||
.board-wrapper
|
||||
position: cover
|
||||
overflow-y: hidden;
|
||||
overflow-x: hidden
|
||||
overflow-y: hidden
|
||||
|
||||
.board-canvas
|
||||
position: cover
|
||||
transition: margin .1s
|
||||
overflow-y: auto;
|
||||
overflow-y: auto
|
||||
|
||||
&.is-sibling-sidebar-open
|
||||
margin-right: 248px
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue