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