Set Mobile Menu To Full Screen

[Solved] Set Mobile Menu To Full Screen | Swift - Code Explorer | yomemimo.com
Question : Set mobile menu to full screen

Answered by : shekhar

{"tags":[{"tag":"p","content":"CSS to make the mobile menu fir the entire screen"},{"tag":"textarea","content":"`motion.nav{\n margin: 0;\n width:100%;\n max-width: 100vw;\n min-height:100vh;\n padding: 20px;\n}`","code_language":"whatever"}]}

Source : https://stackoverflow.com/questions/76551780/how-to-make-the-hamburger-menu-fit-entire-page-in-react-jsx/76653364#76653364 | Last Update : Mon, 17 Jul 23

Answers related to set mobile menu to full screen

Code Explorer Popular Question For Swift