Skip to content

Commit

Permalink
[Themes 1930] Added height to header-nav-chain-flyout-overlay-open (#…
Browse files Browse the repository at this point in the history
…2132)

* Added height to flyout-overlay-open

---------

Co-authored-by: Malavika Koppula <[email protected]>
  • Loading branch information
malavikakoppula and Malavika Koppula authored May 20, 2024
1 parent 6781898 commit 1a82035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .storybook/themes/news.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1636,7 +1636,7 @@
"overflow-y": scroll,
"overflow-block": scroll,
"transform": translate(0, 0),
"inline-size": 100%
"inline-size": calc(100vh - var(--header-nav-chain-height))
),
"header-nav-chain-flyout-overlay-scrollbar": (
"display": none
Expand Down
2 changes: 1 addition & 1 deletion blocks/header-nav-chain-block/themes/news.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
"overflow-y": "scroll",
"overflow-block": "scroll",
"transform": "translate(0, 0)",
"inline-size": "100%"
"inline-size": "calc(100vh - var(--header-nav-chain-height))"
},
"desktop": {}
}
Expand Down

0 comments on commit 1a82035

Please sign in to comment.