make width and height of body important so that sweet alert doesnt override it

This commit is contained in:
Kyle Spearrin 2016-09-22 12:54:23 -04:00
parent 985dba1555
commit 3d7b32f359
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@
@import "pages.less"; @import "pages.less";
body { body {
width: 320px; width: 320px !important;
height: 568px; height: 568px !important;
background-color: @background-color; background-color: @background-color;
overflow: hidden; overflow: hidden;
} }