mirror of
https://github.com/usememos/memos.git
synced 2024-11-29 08:46:30 +03:00
fix: search bar dropdown disappearing (#593)
This commit is contained in:
parent
db1d223448
commit
dfe71f33c2
@ -1,6 +1,6 @@
|
|||||||
.section-header-container,
|
.section-header-container,
|
||||||
.memos-header-container {
|
.memos-header-container {
|
||||||
@apply sticky top-4 flex flex-row justify-between items-center w-full h-10 flex-nowrap mt-4 mb-2 shrink-0 z-1;
|
@apply sticky top-4 flex flex-row justify-between items-center w-full h-10 flex-nowrap mt-4 mb-2 shrink-0 z-10;
|
||||||
|
|
||||||
> .title-container {
|
> .title-container {
|
||||||
@apply flex flex-row justify-start items-center mr-2 shrink-0 overflow-hidden;
|
@apply flex flex-row justify-start items-center mr-2 shrink-0 overflow-hidden;
|
||||||
|
Loading…
Reference in New Issue
Block a user