Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
v1.75.1 stop horizontal navbar appearing on vertical dropdowns (#256)
Browse files Browse the repository at this point in the history
* stop horizontal navbar appearing on vertical dropdowns

* Update Changelog

* bump package version by a minor
  • Loading branch information
ryancormack authored and DamianMullins committed Nov 27, 2019
1 parent 15ab4bb commit 7f0ceb7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)

v1.75.1
------------------------------
*November 27, 2019*

### Fixed
- Vertical menu overflow x scroll axis


v1.75.0
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@justeat/fozzie",
"title": "Fozzie – Just Eat UI Web Framework",
"description": "UI Web Framework for the Just Eat Global Platform",
"version": "1.75.0",
"version": "1.75.1",
"main": "dist/js/index.js",
"files": [
"dist/js",
Expand Down
2 changes: 1 addition & 1 deletion src/scss/components/optional/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ $menu--expandable-linkActiveFontSize : base--scaleUp !default;
.c-menu--expandable--expanded {
@include media('<mid') {
max-height: 70vh;
overflow: scroll;
overflow-y: scroll;
padding-top: spacing(x2);

.c-menu-link {
Expand Down

0 comments on commit 7f0ceb7

Please sign in to comment.