UI: fixed popover close button hidden under dashboard toolbar

This commit is contained in:
rusikv 2024-05-30 13:02:53 +03:00
parent 9b9988a445
commit 5499cf3f9c

View File

@ -99,7 +99,7 @@ $box-shadow-base: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0,
text-decoration: none;
font-weight: bold;
background: transparent;
z-index: 10;
z-index: 15;
&:hover {
color: #313131;
}