1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

Merge branch 'main' into autofill/pm-6546-blurring-of-autofilled-elements-causes-problems-in-blur-event-listeners

This commit is contained in:
Cesar Gonzalez
2024-02-29 10:46:21 -06:00
committed by GitHub
3 changed files with 2 additions and 6 deletions

View File

@@ -4,6 +4,7 @@ html {
body {
min-width: 1010px;
position: relative;
&.layout_frontend {
@media (prefers-color-scheme: dark) {

View File

@@ -3,8 +3,3 @@
@tailwind utilities;
@import "../../../../libs/components/src/tw-theme.css";
/* Prevent page from jumping when showing scrollbar */
html {
margin-right: calc(-100vw + 100%);
}