File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
packages/overlay/src/styles Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,14 @@ export const overlayStyles = css`
1919 inset: 8px;
2020 botto m: var(--vaadin-overlay-viewport-bottom );
2121
22+ /* Override native [popover] user agent styles */
23+ width: auto ;
24+ height: auto ;
25+ bor der: none;
26+ padding: 0;
27+ background- color : transparent;
28+ overflow: vis ible;
29+
2230 /* Use flexbox alignment for the overlay part. */
2331 dis play: flex;
2432 flex- direction: column; /* makes dropdowns sizing easier */
Original file line number Diff line number Diff line change @@ -18,6 +18,14 @@ export const overlayStyles = css`
1818 inset: 0;
1919 botto m: var(--vaadin-overlay-viewport-bottom );
2020
21+ /* Override native [popover] user agent styles */
22+ width: auto ;
23+ height: auto ;
24+ bor der: none;
25+ padding: 0;
26+ background- color : transparent;
27+ overflow: vis ible;
28+
2129 /* Use flexbox alignment for the overlay part. */
2230 dis play: flex;
2331 flex- direction: column; /* makes dropdowns sizing easier */
You can’t perform that action at this time.
0 commit comments