Browse Source

Fix #4264 remove height requirements on iOS mode

pull/4731/merge
Jack Lukic 7 years ago
parent
commit
ee05b71290
2 changed files with 1 additions and 4 deletions
  1. 1
      RELEASE-NOTES.md
  2. 4
      src/definitions/modules/sidebar.less

1
RELEASE-NOTES.md

@ -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**

4
src/definitions/modules/sidebar.less

@ -248,10 +248,6 @@ html.ios {
-webkit-overflow-scrolling: touch;
}
html.ios,
html.ios body {
height: initial !important;
}
/*******************************

Loading…
Cancel
Save