We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f17edee commit e4ae2aaCopy full SHA for e4ae2aa
packages/overlay/src/styles/vaadin-overlay-base-styles.js
@@ -74,6 +74,7 @@ export const overlayStyles = css`
74
text-decoration: initial;
75
text-indent: initial;
76
text-transform: initial;
77
+ user-select: text;
78
white-space: initial;
79
word-spacing: initial;
80
}
packages/vaadin-lumo-styles/src/mixins/overlay.css
@@ -79,6 +79,7 @@
text-decoration: none;
81
text-transform: none;
82
83
84
85
-webkit-text-size-adjust: 100%;
0 commit comments