Merge pull request 'ui/search: fix height of overflow' (#4992) from search into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4992
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