Skip to content
Snippets Groups Projects
Verified Commit d526d4d2 authored by David Beniamine's avatar David Beniamine
Browse files

Avoid overflow x

parent 7285338c
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ body { display: flex; flex-direction: column; } ...@@ -59,7 +59,7 @@ body { display: flex; flex-direction: column; }
.widescreen .container { max-width: 72em; } .widescreen .container { max-width: 72em; }
/* very ugly overflow fix, avoid this whenever possible! */ /* very ugly overflow fix, avoid this whenever possible! */
#main .container { overflow-x: auto; } /* #main .container { overflow-x: auto; } */
/*** BASIC LAYOUT: HEADER ***/ /*** BASIC LAYOUT: HEADER ***/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment