1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

#10168 - Fix to Can't open settings if browser zoom level > 100% part 2 (#13460)

* AccountMenu: fix #10168 w/ position: absolute
- use right: 1rem to match .app-header padding

* scss: Use px instead of rem for positioning

Co-authored-by: George Marshall <george.marshall@consensys.net>

Co-authored-by: George Marshall <george.marshall@consensys.net>
This commit is contained in:
Ariella Vu 2022-02-01 03:32:43 +00:00 committed by GitHub
parent 37f930ddf6
commit 3a75f68a15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
.account-menu {
position: fixed;
position: absolute;
z-index: 100;
top: 58px;
width: 320px;
@ -10,7 +10,7 @@
color: var(--white);
@media screen and (max-width: $break-small) {
right: calc(((100vw - 100%) / 2) + 8px);
right: 16px;
}
@media screen and (min-width: $break-large) {