mirror of
https://git.coolaj86.com/coolaj86/telebit-relay.js.git
synced 2025-04-21 19:10:37 +00:00
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…
x
Reference in New Issue
Block a user