Skip to content

Commit

Permalink
fix: allow tab selection from overflow on entire tab area
Browse files Browse the repository at this point in the history
Close #17
  • Loading branch information
javier-godoy authored and paodb committed Jul 8, 2024
1 parent a5cea7d commit 3edaf50
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ vaadin-menu-bar-list-box[theme="fc-enhanced-tabs"] vaadin-tab[selected]::before,
vaadin-menu-bar-list-box[theme="fc-enhanced-tabs"] vaadin-tab[selected]::after {
transform: translateY(50%) scale(1);
}
vaadin-menu-bar-list-box vaadin-tab {
flex-grow: 1
}

vaadin-menu-bar-list-box vaadin-tab a[href] {
justify-content: normal;
}

/*
:host([orientation="vertical"]) ::slotted(a[href]) {
Expand Down

0 comments on commit 3edaf50

Please sign in to comment.