CSS don't display:flex when [hidden]

This commit is contained in:
the-djmaze 2023-02-11 20:00:40 +01:00
parent 8b02d7f892
commit 820b26a315
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
z-index: 0;
}
#rl-right {
#rl-right:not([hidden]) {
display: flex;
flex-grow: 1;
width: 20%;