Merge pull request #4398 from mempool/mononaut/fix-left-margin

Fix negative left margin on master page
This commit is contained in:
softsimon 2023-11-21 20:41:38 +09:00 committed by GitHub
commit 1e01f88c15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -248,8 +248,6 @@ main {
height: calc(100vh - 65px);
position: sticky;
top: 65px;
transition: 0.25s;
margin-left: -250px;
box-shadow: 5px 0px 30px 0px #000;
margin-left: -225px;
padding-bottom: 20px;
}