overflow x/y nonsense
This commit is contained in:
parent
f512c5c163
commit
49ddea41be
|
@ -9,7 +9,8 @@ html, body {
|
||||||
|
|
||||||
#listCol {
|
#listCol {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-x: scroll;
|
overflow-y: scroll;
|
||||||
|
overflow-x: hidden;
|
||||||
width: 24%;
|
width: 24%;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
@ -49,7 +50,7 @@ html, body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectedStop {
|
.selectedStop {
|
||||||
color: blue;
|
color: blue !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clear {
|
.clear {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user