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