Преглед изворни кода

Update ui-lib.module.scss

Fix: icon-button can not be completely masked by popover.
MaYuKe пре 2 година
родитељ
комит
7d2e850c42
1 измењених фајлова са 1 додато и 0 уклоњено
  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 {