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:
parent
606700f5d2
commit
521f5ce436
2 changed files with 7 additions and 1 deletions
|
@ -54,6 +54,12 @@
|
|||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@container sizer (width >= #{$flow_hide_recents}) {
|
||||
&.scrollable {
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.search_icon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue