db-ui / mono

DB UX Design System Monorepo - Provides Design Tokens and components for Web UIs
https://db-ui.github.io/mono/review/main/
Apache License 2.0
32 stars 6 forks source link

feat: add simple outside of viewport handling for navigation item #2167

Closed nmerget closed 2 months ago

nmerget commented 4 months ago

Proposed changes

The navigation was very simple without any JS to check the boundaries of the viewport. This is a simple solution to check if a sub-navigation is outside of the viewport.

Types of changes

Further comments

github-actions[bot] commented 4 months ago

🔭🐙🐈 Test this branch here: https://db-ui.github.io/mono/review/feat-outside-handling-sub-navigation

mfranzke commented 2 months ago

@nmerget is this PR obsolete?

nmerget commented 2 months ago

Somehow it's already merged. But the functionality isn't working :S

mfranzke commented 2 months ago

Somehow it's already merged. But the functionality isn't working :S

"somehow" it seems to have been integrated with this commit: https://github.com/db-ui/mono/commit/1803f94d10c5ad65f6d3569bbd64dfd69ee2cc0e it's nice that we could have blamed it this time … ;-)

nmerget commented 2 months ago

Already merged to main