We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74de828 commit 61ad59fCopy full SHA for 61ad59f
reset.css
@@ -5,4 +5,4 @@ h1,h2,h3,h4,h5,h6,p { font-size: 100%; font-weight: normal; overflow-wrap: break
5
button,input,select,textarea { font: inherit; } /* No custom font on forms. */
6
img,video,picture,canvas,svg { height: auto; max-width: 100%; } /* Media should not break outside of parent. */
7
table { border-collapse: collapse; border-spacing: 0; } /* Modern tables. */
8
-html,body { height: 100%; background: #AAA; } /* Allow percentage based heights everywhere. Disable flashbang. */
+html,body { background: #AAA; } /* Disable flashbang. */
0 commit comments