mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-04 21:05:54 +08:00
make width and height of body important so that sweet alert doesnt override it
This commit is contained in:
parent
985dba1555
commit
3d7b32f359
@ -7,8 +7,8 @@
|
||||
@import "pages.less";
|
||||
|
||||
body {
|
||||
width: 320px;
|
||||
height: 568px;
|
||||
width: 320px !important;
|
||||
height: 568px !important;
|
||||
background-color: @background-color;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user