Fix scrolling on mobile devices
Previously, we were scrolling the div, not its contents, as it grew infinitely.
This commit is contained in:
parent
f10e44efe4
commit
0d580cc1d2
1 changed files with 1 additions and 5 deletions
|
@ -346,12 +346,12 @@ table.notimestamp td.time {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
height: auto;
|
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nicklist {
|
#nicklist {
|
||||||
|
height: auto;
|
||||||
width: 160px;
|
width: 160px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
-webkit-box-shadow: 0px 0px 120px #000;
|
-webkit-box-shadow: 0px 0px 120px #000;
|
||||||
|
@ -362,10 +362,6 @@ table.notimestamp td.time {
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bufferlines {
|
|
||||||
padding-bottom: 38px; /* navbar fixed bottom */;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar-fixed-bottom {
|
.navbar-fixed-bottom {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue