Skip to content

Commit

Permalink
fixed toolbar for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
cdw9 committed Jan 10, 2025
1 parent 4691e12 commit 6355237
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions boostlook.css
Original file line number Diff line number Diff line change
Expand Up @@ -1342,6 +1342,15 @@ html:has(#docsiframe) {
color: var(--bl-text-color);
}

@media screen and (max-width: 768px) {
.boostlook .toolbar {
width: calc(100% - 2.5rem);
position: fixed;
top: 0;
padding-top: 10px;
}
}

/* Responsive Design */
@media screen and (min-width: 768px) {
.boostlook #content:has(> article.doc) {
Expand Down

0 comments on commit 6355237

Please sign in to comment.