Fix for the scrollbar not showing up
parent
1cb064a194
commit
c3b4cb82f3
2
main.css
2
main.css
|
@ -1819,7 +1819,7 @@ input {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-height: 700px) , only screen and (max-device-height: 700px) {
|
@media only screen and (max-height: 750px) , only screen and (max-device-height: 750px) {
|
||||||
|
|
||||||
.tab_container {
|
.tab_container {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|
Loading…
Reference in New Issue