Skip to content

Commit

Permalink
refactor: remove z-index override from tooltip overlay (#8211)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Nov 22, 2024
1 parent 94121c0 commit 89ab3a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/tooltip/src/vaadin-tooltip-overlay-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
import { css } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';

export const tooltipOverlayStyles = css`
:host {
z-index: 1100;
}
[part='overlay'] {
max-width: 40ch;
}
Expand Down

0 comments on commit 89ab3a8

Please sign in to comment.