Add bigger shadow to popover

This commit is contained in:
Andreas Nedbal 2023-01-10 20:53:55 +01:00
parent 53bc270e08
commit 6fa26340ef

View file

@ -1,5 +1,5 @@
.popover {
box-shadow: $box-shadow-sm;
box-shadow: $box-shadow;
background-color: var(--raised-bg);
}