Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Merge pull request #208 from abpframework/gterdem/topbar_css_fix
Browse files Browse the repository at this point in the history
Fix logo preventing the top side bar buttons
  • Loading branch information
enisn authored Sep 29, 2023
2 parents 348e346 + 4229ecf commit d227ebd
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
</div>
<style>
.logo {
width: fit-content;
position: sticky;
top: 0;
z-index: 101;
padding-bottom: 1em;
margin-top: -90px;
padding-bottom: 2em;
margin-top: -5.2em;
}
</style>

0 comments on commit d227ebd

Please sign in to comment.