Skip to content

Commit

Permalink
Fix mobile page display
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnuk committed Aug 16, 2024
1 parent 4e5dab9 commit 113d8cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tikuidoc-tikui",
"version": "7.0.0",
"version": "7.0.1",
"description": "Tikui documentation",
"main": "tikuidoc.json",
"files": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ $tikui-template-page-nav-width: 340px !default;

@media screen and (max-width: $tikui-template-page-large-breakpoint) {
.tikui-template-page {
display: block;
overflow: auto;

&--header-container,
Expand Down

0 comments on commit 113d8cb

Please sign in to comment.