Skip to content

Commit

Permalink
fix(styles): visible overflow when more dropdown is available [ci vis…
Browse files Browse the repository at this point in the history
…ual] (#4931)
  • Loading branch information
N1XUS authored Oct 27, 2023
1 parent 5d89c59 commit 8502822
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 0 additions & 4 deletions packages/doc-ui/src/components/DocsPage/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -679,10 +679,6 @@ body.sb-show-main {
height: 11rem;
}

.fddocs-icon-tab-container .fd-icon-tab-bar__header {
overflow: visible;
}

@media (max-width: 600px) {
.sbdocs-preview {
min-width: calc(100% + 20px * 2);
Expand Down
5 changes: 4 additions & 1 deletion packages/styles/src/icon-tab-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,10 @@ $fd-icon-tab-bar-semantic-values: (
background: var(--sapObjectHeader_Background);
min-height: 2.75rem;
position: relative;
overflow-x: hidden;

&:has(.#{$block}__item--overflow) {
overflow: visible;
}
}

&__panel {
Expand Down

0 comments on commit 8502822

Please sign in to comment.