mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
CSS don't display:flex when [hidden]
This commit is contained in:
parent
8b02d7f892
commit
820b26a315
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
|||
z-index: 0;
|
||||
}
|
||||
|
||||
#rl-right {
|
||||
#rl-right:not([hidden]) {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
width: 20%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue