Skip to content

Commit

Permalink
Fix #4264 remove height requirements on iOS mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Feb 20, 2017
1 parent 32dd5d4 commit ee05b71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Expand Up @@ -18,6 +18,7 @@
- **Dropdown** - `forceSelection` will no longer select value in `multiple selection dropdown` #4041 #4516
- **Dropdown** - Fix issue where `dropdown` with `search` in menu are not tabbable #4490
- **Search** - Fixes issue where search will re-appear with incorrect results when using `show `showNoResults: false` to hide no results messages. #4616
- **Sidebar** - Fixed bug where sidebar in `iOS` would show background behind page when page is less than 100% height #4264


**Bugs**
Expand Down
4 changes: 0 additions & 4 deletions src/definitions/modules/sidebar.less
Expand Up @@ -248,10 +248,6 @@ html.ios {
-webkit-overflow-scrolling: touch;
}

html.ios,
html.ios body {
height: initial !important;
}


/*******************************
Expand Down

0 comments on commit ee05b71

Please sign in to comment.