mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-28 09:38:10 +00:00
Fix subscription list overflow
This commit is contained in:
parent
4a40e16277
commit
58ca085521
1 changed files with 1 additions and 0 deletions
|
@ -322,6 +322,7 @@ aside {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: flex;
|
display: flex;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
|
max-height: 500px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
box-shadow: var(--shadow);
|
box-shadow: var(--shadow);
|
||||||
background: var(--outside);
|
background: var(--outside);
|
||||||
|
|
Loading…
Add table
Reference in a new issue