-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(OnyxMobileNavButton): scroll on overflowing mobile flyout (#1530)
The flyout of OnyxMobileNavButton now has a max height and is scrollable if too many nav/context items exist. - added 2rem to max width of mobile nav items - added storybook example - app version inside the mobile flyout is not positioned absolute anymore and is a disabled list item - fixed duplicate border in mobile context menu when multiple list items exist - moved some styles where the ownership is more in a sub component
- Loading branch information
Showing
17 changed files
with
265 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
"sit-onyx": patch | ||
--- | ||
|
||
fix(OnyxMobileNavButton): scroll on overflowing mobile flyout | ||
|
||
The flyout of OnyxMobileNavButton now has a max height and is scrollable if too many nav/context items exist. | ||
|
||
- app version inside the mobile flyout is not positioned absolute anymore and is a disabled list item | ||
- fixed duplicate border in mobile context menu when multiple list items exist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-1.59 KB
(95%)
...t/snapshots/components/OnyxMobileNavButton/Mobile-nav-button-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-3.3 KB
(93%)
...ht/snapshots/components/OnyxMobileNavButton/Mobile-nav-button-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-4.63 KB
(86%)
...ght/snapshots/components/OnyxMobileNavButton/Mobile-nav-button-webkit-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+91 Bytes
(100%)
...s/sit-onyx/playwright/snapshots/components/OnyxNavBar/burger-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-24 Bytes
(100%)
...es/sit-onyx/playwright/snapshots/components/OnyxNavBar/burger-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+63 Bytes
(100%)
...ges/sit-onyx/playwright/snapshots/components/OnyxNavBar/burger-webkit-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.