Merge pull request #4415 from mempool/nymkappa/fix-css-testnet

[ui] only load empty sidebar in foss mainnet
This commit is contained in:
softsimon 2023-11-23 18:56:43 +09:00 committed by GitHub
commit c8bcd4f04f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,10 +244,9 @@ main {
.sidenav {
z-index: 1;
background-color: transparent;
width: 225px;
width: 0px;
height: calc(100vh - 65px);
position: sticky;
top: 65px;
margin-left: -225px;
padding-bottom: 20px;
}