fixed scrolling of debug tray button
This commit is contained in:
parent
bba44656f7
commit
40878066d1
|
@ -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; */
|
||||||
|
|
Loading…
Reference in New Issue