mirror of
https://github.com/usememos/memos.git
synced 2024-11-11 01:12:40 +08:00
fix: close button z-index in setting dialog (#303)
This commit is contained in:
parent
749486ba3c
commit
f554e5a357
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
.hide-scroll-bar();
|
||||
|
||||
> .close-btn {
|
||||
@apply flex flex-col justify-center items-center absolute top-4 right-4 w-6 h-6 rounded hover:bg-gray-200 hover:shadow;
|
||||
@apply z-1 flex flex-col justify-center items-center absolute top-4 right-4 w-6 h-6 rounded bg-white hover:bg-gray-200 hover:shadow;
|
||||
}
|
||||
|
||||
> .section-selector-container {
|
||||
|
|
Loading…
Reference in a new issue