1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-24 04:04:24 +00:00

Merge branch 'main' into autofill/pm-5189-fix-issues-present-with-inline-menu-rendering-in-iframes

This commit is contained in:
Cesar Gonzalez
2024-03-22 22:33:28 -05:00
14 changed files with 445 additions and 2 deletions

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;