Merge pull request #11937 from Godmartinz/gh11868_sidebar_unclickable

Fixes the margin top adjustment for desktop
This commit is contained in:
snipe 2022-10-06 10:43:27 -07:00 committed by GitHub
commit 15da3b831d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -685,6 +685,3 @@ th.css-accessory > .th-inner::before
margin-top:51px margin-top:51px
} }
} }
.main-sidebar{
margin-top:50px;
}