Fix closed display of infopanel if sidebar opened
This commit is contained in:
parent
7314f20563
commit
b5ed158cc6
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ a { color: black }
|
||||||
opacity: 0; margin-left: 0px; pointer-events: none; transition: all 0.6s;
|
opacity: 0; margin-left: 0px; pointer-events: none; transition: all 0.6s;
|
||||||
}
|
}
|
||||||
.body-sidebar .infopanel { right: 425px; }
|
.body-sidebar .infopanel { right: 425px; }
|
||||||
|
.body-sidebar .infopanel.closed { right: 0px; }
|
||||||
|
|
||||||
/* Loading screen */
|
/* Loading screen */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue