mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-21 11:35:34 +01:00
[PM-4406] fix select overlay visibility when popup is zoomed (#8442)
This commit is contained in:
parent
bac0874dc0
commit
2a6f212003
@ -17,6 +17,8 @@ body {
|
||||
body {
|
||||
width: 375px !important;
|
||||
height: 600px !important;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overflow: hidden;
|
||||
color: $text-color;
|
||||
background-color: $background-color;
|
||||
|
Loading…
Reference in New Issue
Block a user