Skip to content

Commit f6da15c

Browse files
authored
refactor: update overlay base styles reset to inherit font-family (#10435)
1 parent 6a0891f commit f6da15c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packages/overlay/src/styles/vaadin-overlay-base-styles.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ export const overlayStyles = css`
7777
user-select: text;
7878
white-space: initial;
7979
word-spacing: initial;
80+
81+
/* Inherit font-family */
82+
font-family: inherit;
8083
}
8184
8285
[part='backdrop'] {
2.22 KB
Loading

0 commit comments

Comments
 (0)