mirror of
https://git.coolaj86.com/coolaj86/telebit-relay.js.git
synced 2025-04-21 11:00: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;
|
||||
line-height: 1.33;
|
||||
margin: 0;
|
||||
padding-bottom: 4em;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
p {
|
||||
@ -138,7 +140,7 @@ span.spinner {
|
||||
|
||||
.debugging-info-container {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
/* overflow: hidden; */
|
||||
|
Loading…
x
Reference in New Issue
Block a user