Fix for scrollbars CSS breaking layout in IE9+ #644

This commit is contained in:
Andy Miller
2016-06-03 17:14:21 -06:00
parent fa3bb2aa3c
commit 8f9fd6fd78
4 changed files with 4 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
## xx/xx/2016
1. [](#bugfix)
* Fix for Gemini Scrollbar CSS breaking layout in IE 9+ [#644](https://github.com/getgrav/grav-plugin-admin/issues/644)
* Fall back to english for UI language if admin's language is not set [#641](https://github.com/getgrav/grav-plugin-admin/issues/641)
* List field has the wrong label/field width. Switched to "1/3 | 2/3" like all other fields.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -94,4 +94,5 @@
overflow: hidden;
pointer-events: none;
z-index: -1;
visibility: hidden;
}