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

Using fixed positioning for home notifications (#11356)

This commit is contained in:
ryanml 2021-06-21 15:51:09 -07:00 committed by GitHub
parent e144bbd356
commit f1f2a01c76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,9 +55,9 @@
.home-notification-wrapper--show-first { .home-notification-wrapper--show-first {
> div { > div {
position: absolute; position: fixed;
bottom: 0; bottom: 10px;
right: 0; right: 10px;
visibility: hidden; visibility: hidden;
} }