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