Reduce the z-index of the popovers a little bit
This commit is contained in:
parent
032f2564c1
commit
3437dadb9b
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
border-color: transparent;
|
||||
border-radius: 4px;
|
||||
position: absolute;
|
||||
z-index: var(--z-index-tooltip);
|
||||
z-index: calc(var(--z-index-tooltip) - 5);
|
||||
transform-origin: top left;
|
||||
|
||||
&.locked {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue