1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-07-09 12:44:56 +02:00

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

View File

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