fix: Awesomebar height

This commit is contained in:
Suraj Shetty 2020-08-26 00:13:59 +05:30
parent 61b5560db6
commit c711bdb099

View file

@ -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);