hide the kanban trash bar when it isn't in use
parent
caac97df66
commit
3bd7742d20
|
@ -421,14 +421,21 @@
|
|||
}
|
||||
}
|
||||
#kanban-trash {
|
||||
height: 60px;
|
||||
font-size: 40px;
|
||||
height: 0px;
|
||||
font-size: 0px;
|
||||
transition: height 400ms, font-size 400ms;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
//pointer-events: none;
|
||||
|
||||
&.kanban-trash-active, &.kanban-trash-suggest {
|
||||
height: 60px;
|
||||
font-size: 40px;
|
||||
}
|
||||
i {
|
||||
position: fixed;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue