improve popover shadows (to not overlap with border)
This commit is contained in:
parent
28c7fac9f0
commit
78dcc0423e
@ -58,11 +58,11 @@
|
|||||||
&::after {
|
&::after {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: -1px;
|
||||||
bottom: 0;
|
bottom: -1px;
|
||||||
left: 0;
|
left: -1px;
|
||||||
right: 0;
|
right: -1px;
|
||||||
z-index: 3;
|
z-index: -1px;
|
||||||
box-shadow: var(--shadow);
|
box-shadow: var(--shadow);
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user