fix: close button z-index in setting dialog (#303)

This commit is contained in:
boojack 2022-10-16 12:37:17 +08:00 committed by GitHub
parent 749486ba3c
commit f554e5a357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {