Skip to content

Commit

Permalink
Merge pull request #790 from plone/Fix-mobile-sticky-top-bar
Browse files Browse the repository at this point in the history
Fix title in sticky header on mobile
  • Loading branch information
ksuess authored Aug 30, 2023
2 parents f5f5a5e + 478d399 commit 12afc1d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,12 @@ a:hover {
/* white-space: nowrap;*/
/*}*/

/* Fix title in sticky header on mobile */
.header-article-item-chapter-title {
overflow-y: hidden;
max-height: 100%;
}

/*!* submenu *!*/
/*.bd-toc {*/
/* box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .05), 0 0 .0625rem rgba(0, 0, 0, .1);*/
Expand Down

0 comments on commit 12afc1d

Please sign in to comment.