Fix for vector-im/riot-web#3298 - height:100% for welcome pages on Safari
This commit is contained in:
@@ -18,6 +18,8 @@ limitations under the License.
|
||||
.mx_HomePage {
|
||||
max-width: 960px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow-y: hidden;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user