Skip to content

Commit e8e0940

Browse files
authored
refactor: add native popover reset styles to Lumo overlay CSS (#9747)
1 parent 0293380 commit e8e0940

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/vaadin-lumo-styles/src/mixins/overlay.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818
align-items: center;
1919
justify-content: center;
2020

21+
/* Override native [popover] user agent styles */
22+
width: auto;
23+
height: auto;
24+
border: none;
25+
padding: 0;
26+
background-color: transparent;
27+
overflow: visible;
28+
2129
/* Allow centering when max-width/max-height applies. */
2230
margin: auto;
2331

0 commit comments

Comments
 (0)