Fix popup not scrolling

master v1.4.0
Skylar Ittner 3 years ago
parent 6193f357e3
commit 08a30d6c52

@ -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);

Loading…
Cancel
Save