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

View File

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