OWASP / www--site-theme

Contains owasp site theme specific items (headers, footers, json, menus)
9 stars 26 forks source link

Edit in GitHub floats outside of content area on Mobile #29

Closed mikemccamon closed 4 years ago

victoriadrake commented 4 years ago

This occurs due to the flow of the grid on smaller screens for the pages that are missing the nav element. You can see this by deleting the nav node in developer tools:

Screenshot from 2019-12-17 11-49-22

Screenshot from 2019-12-17 11-49-47

The nav element, if it is meant to be utilized, should be placed on all pages.

victoriadrake commented 4 years ago

This appears to have been resolved from commits yesterday.