mirror of
https://github.com/bitwarden/browser
synced 2025-01-23 17:53:31 +01: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