Preventing horizontal scroll in toggles
parent
05c04175b9
commit
42b0c44d61
|
@ -107,6 +107,7 @@
|
||||||
height: 16em;
|
height: 16em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
overflow-x: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
#toggles>div:hover {
|
#toggles>div:hover {
|
||||||
|
|
Loading…
Reference in New Issue