Skip to content

Commit

Permalink
fix: only show scrollbar when expanded (#7874)
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
(cherry picked from commit a857941)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 29, 2024
1 parent 3c5a506 commit 4130edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ export function CollapsibleNavGroupEnabled({
<div
className={classNames({
'bottom-container': true,
'eui-xScroll': true,
'eui-xScroll': isNavOpen,
'bottom-container-collapsed': !isNavOpen,
'bottom-container-expanded': isNavOpen,
})}
Expand Down

0 comments on commit 4130edd

Please sign in to comment.