1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 18:23:31 +00:00

[CL-203] fix select options position (#8151)

* add relative to body

* remove scrollbar positon hack
This commit is contained in:
Will Martin
2024-02-29 11:35:13 -05:00
committed by GitHub
parent 7cfe862aa6
commit 323d86850a
3 changed files with 2 additions and 6 deletions

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%);
}