mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
make width and height of body important so that sweet alert doesnt override it
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
@import "pages.less";
|
||||
|
||||
body {
|
||||
width: 320px;
|
||||
height: 568px;
|
||||
width: 320px !important;
|
||||
height: 568px !important;
|
||||
background-color: @background-color;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user