ui/search: fix height of overflow
This commit is contained in:
@@ -80,7 +80,7 @@
|
|||||||
|
|
||||||
.searchContent {
|
.searchContent {
|
||||||
@apply px-3;
|
@apply px-3;
|
||||||
height: calc(var(--container-height, 14.5rem) - 4rem);
|
height: calc(var(--container-height, 14.5rem) - 3.5rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes contentHide {
|
@keyframes contentHide {
|
||||||
|
|||||||
Reference in New Issue
Block a user