mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Improve popup animation
When going back wait for the popup transition to end before removing the DOM element.
This commit is contained in:
parent
d81cad4251
commit
6ef9c7e95f
3 changed files with 27 additions and 3 deletions
|
@ -95,7 +95,7 @@
|
|||
width: 100%
|
||||
|
||||
.content-container
|
||||
width: 1000px
|
||||
width: 5000px
|
||||
max-height: 550px
|
||||
transition: transform 0.2s
|
||||
|
||||
|
@ -104,7 +104,7 @@
|
|||
padding: 0 10px 10px
|
||||
float: left
|
||||
|
||||
&.is-hidden
|
||||
&.no-height
|
||||
height: 0
|
||||
|
||||
.quiet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue