fixed scrolling of debug tray button

This commit is contained in:
John Shaver 2018-09-13 17:14:25 -07:00
parent bba44656f7
commit 40878066d1
1 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,8 @@ body {
letter-spacing: -0.022222222em; letter-spacing: -0.022222222em;
line-height: 1.33; line-height: 1.33;
margin: 0; margin: 0;
padding-bottom: 4em;
box-sizing: border-box;
} }
p { p {
@ -138,7 +140,7 @@ span.spinner {
.debugging-info-container { .debugging-info-container {
text-align: center; text-align: center;
position: absolute; position: fixed;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
/* overflow: hidden; */ /* overflow: hidden; */