Cleans up show/hide behavior
This commit is contained in:
parent
49916a7498
commit
b8e9b9f57e
5 changed files with 21 additions and 14 deletions
|
@ -88,10 +88,11 @@ body {
|
|||
.transition-y.is-hidden {
|
||||
display: block !important;
|
||||
visibility: hidden !important;
|
||||
height: 0;
|
||||
width: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 0 !important;
|
||||
width: 0 !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.transition-x,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue