Fix mobile nav (#4409)

This commit is contained in:
d11n 2022-12-06 22:52:37 +01:00 committed by GitHub
parent c665bd2321
commit ad3c15df9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -462,7 +462,6 @@
z-index: 1045;
border-right: var(--menu-border);
color: var(--btcpay-body-text);
visibility: hidden;
background-color: inherit;
background-clip: padding-box;
outline: 0;
@ -622,10 +621,6 @@
padding: var(--btcpay-space-m) 1.5rem;
}
#mainNav {
visibility: visible !important;
}
#Notifications {
order: 1;
margin-left: auto;