Skip to content

Commit

Permalink
Fixes the drop-down issue on both desktop and mobile.
Browse files Browse the repository at this point in the history
Follow-up work for 2075f8e.

Resolves #93.

Signed-off-by: Tao He <[email protected]>
  • Loading branch information
sighingnow committed Aug 14, 2023
1 parent 2075f8e commit 676cf70
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/gitbook/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
.book.with-summary .book-body .book-header {
position: fixed;
width: calc(100% - 300px);
overflow-x: hidden;
}

.book-body .body-inner {
Expand Down Expand Up @@ -43,6 +42,11 @@
max-width: calc(50% - 3px);
width: calc(50% - 3px);
}

.book.with-summary .book-body .book-header {
overflow-x: hidden;
overflow-y: hidden;
}
}

.book .book-body .book-header {
Expand Down

0 comments on commit 676cf70

Please sign in to comment.