fix: Awesomebar style

This commit is contained in:
Suraj Shetty 2020-08-25 21:37:58 +05:30
parent e2d3b54cc3
commit cb46ae263d

View file

@ -21,7 +21,7 @@
min-width: 100%;
list-style: none;
background-color: var(--fg-color);
max-height: 200px;
max-height: unquote("min(60vh, 400px)");
overflow-y: auto;
overflow-x: hidden;
border-radius: var(--border-radius-sm);
@ -29,7 +29,7 @@
border: 1px solid var(--border-color);
left: 0;
margin: 0;
padding: 4px;
padding: var(--padding-xs);
z-index: 1;
top: calc(100% + var(--margin-xs));