1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 22:44:11 +00:00

[CL-435] Prevent Windows extension from shifting (#11851)

This commit is contained in:
Victoria League
2024-11-06 11:15:50 -05:00
committed by GitHub
parent ba3da7b942
commit 13d4de1571

View File

@@ -6,6 +6,10 @@
margin: 0;
}
html {
overflow: hidden;
}
html,
body {
font-family: $font-family-sans-serif;