1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

fix search results

This commit is contained in:
Fedor Katurov 2025-02-17 11:53:06 +07:00
parent 606700f5d2
commit 521f5ce436
2 changed files with 7 additions and 1 deletions

View file

@ -54,6 +54,12 @@
flex: 1;
display: flex;
flex-direction: column;
@container sizer (width >= #{$flow_hide_recents}) {
&.scrollable {
overflow: auto;
}
}
}
.search_icon {