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:
parent
e144bbd356
commit
f1f2a01c76
@ -55,9 +55,9 @@
|
||||
|
||||
.home-notification-wrapper--show-first {
|
||||
> div {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
position: fixed;
|
||||
bottom: 10px;
|
||||
right: 10px;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user