fix(menu): prevent default popover color from overriding menu surface

This commit is contained in:
Aaron Drabeck 2023-11-29 10:47:07 -07:00
parent b5686ea4e0
commit 063ac88a07

View File

@ -66,6 +66,7 @@
overflow: visible;
// [popover] adds a canvas background
background-color: transparent;
color: inherit;
opacity: 0;
z-index: 20;
position: absolute;