mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-28 16:57:51 +01:00
Updated max width for logo, attempted fix for modal scrolling on ios
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user