fix: Awesomebar height
This commit is contained in:
parent
61b5560db6
commit
c711bdb099
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
min-width: 100%;
|
||||
list-style: none;
|
||||
background-color: var(--fg-color);
|
||||
max-height: unquote("min(60vh, 400px)");
|
||||
max-height: unquote("min(60vh, 300px)");
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
border-radius: var(--border-radius-sm);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue