Fix popup not scrolling

This commit is contained in:
Skylar Ittner 2021-10-05 21:59:01 -06:00
parent 6193f357e3
commit 08a30d6c52

View File

@ -48,7 +48,7 @@ Framework7 and FontAwesome both have a .fab class
background-color: rgba(255,255,255,0.5);
}
.popup {
/* background-color: rgba(255,255,255,0.95); */
overflow-y: auto;
}
.theme-dark .list.transparent ul {
background-color: rgba(0,0,0,0.65);