1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-22 11:45:59 +01:00

[PM-4406] fix select overlay visibility when popup is zoomed (#8442)

This commit is contained in:
Will Martin 2024-03-22 19:36:09 -04:00 committed by GitHub
parent bac0874dc0
commit 2a6f212003
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;