This commit is contained in:
Richard Mikloš 2024-02-07 20:52:48 +01:00
parent 03b0e2fafa
commit a47abfcd14

@ -133,16 +133,12 @@ ul.navpage_list
{ {
gap:10px; gap:10px;
background-color:var(--third-bg); background-color:var(--third-bg);
border:0 solid transparent;
display:none; display:none;
flex-direction:column; flex-direction:column;
max-height:0;
overflow:hidden; overflow:hidden;
position:fixed; position:fixed;
transition:max-height .3s ease, border .325s ease; transition:max-height .3s ease, border .325s ease;
z-index:2; z-index:2;
width: inherit;
box-sizing: border-box;
} }
.back .back