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

Fixed multiple-notifications css (#13469)

This commit is contained in:
Shane 2022-01-31 09:09:21 -08:00 committed by GitHub
parent c3265727f2
commit 516de24cbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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