Skip to content

Commit

Permalink
Mobile menu overflow/scoll issue solved
Browse files Browse the repository at this point in the history
  • Loading branch information
paperplanefactory committed May 29, 2023
1 parent 299104b commit 628fdb3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
3 changes: 2 additions & 1 deletion assets/css/_mobile-header-footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
-webkit-box-flex: 1;
width: calc(100% - #{$logo-mob-width} - #{$hamburger-mob-width});
text-align: right;
overflow: auto;
overflow-y: hidden;
overflow-x: auto;
white-space: nowrap;

.top-menu {
Expand Down
6 changes: 1 addition & 5 deletions includes/plugin-update-checker/examples/theme.json
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
{
"version": "10.0.6",
"details_url": "https://github.com/paperplanefactory/paperplane-photography-theme",
"download_url": "https://github.com/paperplanefactory/paperplane-photography-theme/archive/refs/tags/10.0.6.zip"
}
{"version":"10.0.6","details_url":"https://github.com/paperplanefactory/paperplane-photography-theme","download_url":"https://github.com/paperplanefactory/paperplane-photography-theme/archive/refs/tags/10.0.6.zip"}
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Theme Name: Paperplane Photography Theme
* Theme URI: https://github.com/paperplanefactory/paperplane-photography-theme
* Version: 10.0.6
* Version: 10.0.7
* Description: A light and flexible starter theme from Paperplane, handcrafted for photographers.
* Author: Paperplane Factory
* GitHub Theme URI: https://github.com/paperplanefactory/paperplane-photography-theme
Expand Down
2 changes: 1 addition & 1 deletion style.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion style.min.css.map

Large diffs are not rendered by default.

0 comments on commit 628fdb3

Please sign in to comment.