Updated max width for logo, attempted fix for modal scrolling on ios

This commit is contained in:
Alec Maier
2019-09-15 04:51:00 -04:00
parent 3061c46397
commit 1067361a7c

View File

@@ -49,7 +49,7 @@
}
.app-title img {
width: 27em;
width: 100%;
}
}
@@ -886,6 +886,7 @@ label {
width: 100%;
height: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}