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

Avoid overflow x

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