Skip to content

Commit

Permalink
Fix submenu visibility when collapsed
Browse files Browse the repository at this point in the history
  • Loading branch information
azouaoui-med committed May 7, 2020
1 parent 50c600f commit b34f800
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.1.1] - 2020-05-07

### Fixed

- Fix submenu visibility when collapsed

## [0.1.0] - 2020-05-07

### Added

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-pro-sidebar",
"version": "0.1.0",
"version": "0.1.1",
"description": "React sidebar library with dropdown menus and unlimit number of nested submenus",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down
1 change: 0 additions & 1 deletion src/scss/partials/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
text-align: left;
transition: width 0.3s;
position: relative;
overflow-y: auto;
> img.sidebar-bg {
width: 100%;
height: 100%;
Expand Down

0 comments on commit b34f800

Please sign in to comment.