Browse Source

Update ui-lib.module.scss

Fix: icon-button can not be completely masked by popover.
MaYuKe 1 year ago
parent
commit
7d2e850c42
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/components/ui-lib.module.scss

+ 1 - 0
app/components/ui-lib.module.scss

@@ -9,6 +9,7 @@
 
 .popover {
   position: relative;
+  z-index: 2;
 }
 
 .popover-content {