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
It does not stack, it just zoomes way out and shows like a super tiny version of the desktop display.
Version
chrome Version 62.0.3202.62 (Official Build) (64-bit)
Testcase
none
I was able to manually resolve the issue in dev tools by adding <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> to the <head> element.
The text was updated successfully, but these errors were encountered:
RetroCraft
added a commit
to RetroCraft/Semantic-UI-React
that referenced
this issue
Oct 21, 2017
Steps
visit https://react.semantic-ui.com/maximize/menu-example-stackable, then open dev tools and switch to a mobile view. You can also do this on your phone (same result for me)
Expected Result
Menu elements should be responsive and stack
Actual Result
It does not stack, it just zoomes way out and shows like a super tiny version of the desktop display.
Version
chrome Version 62.0.3202.62 (Official Build) (64-bit)
Testcase
none
I was able to manually resolve the issue in dev tools by adding
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
to the<head>
element.The text was updated successfully, but these errors were encountered: