Browse Source

Fix scaledown not hiding page in some conditions

pull/2169/head
jlukic 9 years ago
parent
commit
fbf0f3ab9d
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/sidebar.less

2
src/definitions/modules/sidebar.less

@ -534,7 +534,7 @@ html.ios {
display: block !important;
width: 100%;
height: 100%;
overflow: hidden;
overflow: hidden !important;
}
/* End */

Loading…
Cancel
Save