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 {
> div {
position: absolute;
bottom: 0;
right: 0;
position: fixed;
bottom: 10px;
right: 10px;
visibility: hidden;
}