Preventing horizontal scroll in toggles

pull/91/head
Kevin Payravi 2023-02-10 02:13:49 -06:00
parent 05c04175b9
commit 42b0c44d61
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@
height: 16em;
white-space: nowrap;
overflow-y: scroll;
overflow-x: hidden;
position: relative;
}
#toggles>div:hover {