mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
maximized card is now always visible
This commit is contained in:
parent
0f1b57fee4
commit
05df419a46
1 changed files with 2 additions and 3 deletions
|
|
@ -270,9 +270,8 @@
|
|||
box-shadow: 0 0 7px 0 #b3b3b3;
|
||||
transition: flex-basis 0.1s;
|
||||
box-sizing: border-box;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
top: 97px;
|
||||
left: 0px;
|
||||
height: calc(100% - 20px);
|
||||
width: calc(100% - 20px);
|
||||
float: left;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue