File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
vaadin-lumo-styles/src/mixins Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export const overlayStyles = css`
1616
1717 /* Default position constraints. Themes can
1818 override this to adjust the gap between the overlay and the viewport. */
19- inset: 8px;
19+ inset: var( --vaadin-overlay-viewport-inset , 8px) ;
2020 botto m: var(--vaadin-overlay-viewport-bottom );
2121
2222 /* Override native [popover] user agent styles */
Original file line number Diff line number Diff line change 3838 /* CSS API for host */
3939 --vaadin-overlay-viewport-bottom : 0 ;
4040
41- inset : var (--lumo-space-m ) var ( --lumo-space-m ) var (--lumo-space-m ) var ( --lumo-space-m );
41+ inset : var (--vaadin-overlay-viewport-inset , var (--lumo-space-m ));
4242 /* Workaround for Edge issue (only on Surface), where an overflowing vaadin-list-box inside vaadin-select-overlay makes the overlay transparent */
4343 /* stylelint-disable-next-line */
4444 outline : 0px solid transparent;
You can’t perform that action at this time.
0 commit comments