You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The dropdown menu under the navbar gets off-viewport on mobile like the screenshot.
To Reproduce
Steps to reproduce the behavior:
Navigate to 'Navbar Component page'
Click on 'hamburger menu' under the Basic Example.
Click on 'Alarm or Profile icon' to open a dropdown menu.
Expected behavior
The dropdown menu appears in the viewport.
Actual behavior
The half of the dropdown menu appears outside the viewport.
Desktop (please complete the following information):
OS: Windows 11 22H2
Browser Chrome 116.0.5845.97, Firefox 116.0.3
Smartphone (please complete the following information):
Device: iPhone XS max
OS: iOS 16.6
Browser Safari
Additional context
The text was updated successfully, but these errors were encountered:
jcornil
changed the title
[Navbar] The drop-down menu under the navbar gets off-viewport on mobile
[Navbar] The dropdown menu under the navbar gets off-viewport on mobile
Aug 18, 2023
Thanks for reporting this bug. We'll fix it as soon as possible. At the moment, a workaround for this problem may be to change classes left/right depending on your needs in the dropdown-menu element.
We identified this problem - deleting data-te-navbar-ref attribute from nav element and left-auto right-0 classes from drodpown-menu element should fix this issue.
We identified this problem - deleting data-te-navbar-ref attribute from nav element and left-auto right-0 classes from drodpown-menu element should fix this issue.
Yeah, it fixed the issue. Thanks for fast response.
Describe the bug
The dropdown menu under the navbar gets off-viewport on mobile like the screenshot.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The dropdown menu appears in the viewport.
Actual behavior
The half of the dropdown menu appears outside the viewport.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
![K-20230818-181123120](https://private-user-images.githubusercontent.com/157859/261570563-7868ad39-28a9-4b41-a098-a919c51d7ec6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTcxNDYsIm5iZiI6MTczOTU5Njg0NiwicGF0aCI6Ii8xNTc4NTkvMjYxNTcwNTYzLTc4NjhhZDM5LTI4YTktNGI0MS1hMDk4LWE5MTljNTFkN2VjNi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQwNTIwNDZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05NmQxOWZiYTQ5NmRmODJjNDQyYmJhOTMyNDNjOTRkOTQ1MzZlNTE3ZWI2MWM3MzdjMWZlYmVlMDdlMDgwMjBiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.9aefWhJySpe34xBO7cpq0SI6MygyLNLoUCWc44-sl0w)
The text was updated successfully, but these errors were encountered: