1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00: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

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;