Skip to content

Commit

Permalink
Fixes the drop-down issue when book summary is displayed.
Browse files Browse the repository at this point in the history
The original line is to fixes #56, but actually this issue
was fixed by e758bc8 (for #70).

Resolves #93.

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

.book-body .body-inner {
Expand Down

0 comments on commit 2075f8e

Please sign in to comment.