mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10: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;
|
box-shadow: 0 0 7px 0 #b3b3b3;
|
||||||
transition: flex-basis 0.1s;
|
transition: flex-basis 0.1s;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
position: absolute;
|
top: 97px;
|
||||||
top: 0;
|
left: 0px;
|
||||||
left: 0;
|
|
||||||
height: calc(100% - 20px);
|
height: calc(100% - 20px);
|
||||||
width: calc(100% - 20px);
|
width: calc(100% - 20px);
|
||||||
float: left;
|
float: left;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue