chore: remove unused visibility selector (#457)

This commit is contained in:
boojack
2022-11-13 10:47:21 +08:00
committed by GitHub
parent 8cc0977a01
commit 2743268fd7
8 changed files with 12 additions and 146 deletions

View File

@ -51,7 +51,7 @@
}
> .common-tools-wrapper {
@apply relative w-full flex flex-row justify-between items-center pt-2;
@apply relative w-full flex flex-row justify-between items-center pt-2 z-1;
> .common-tools-container {
@apply flex flex-row justify-start items-center;