Skip to content

Commit

Permalink
Fix for scrollbars CSS breaking layout in IE9+ #644
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Jun 3, 2016
1 parent fa3bb2a commit 8f9fd6f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion themes/grav/css-compiled/template.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/grav/css-compiled/template.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions themes/grav/scss/template/modules/_scrollbars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,5 @@
overflow: hidden;
pointer-events: none;
z-index: -1;
visibility: hidden;
}

0 comments on commit 8f9fd6f

Please sign in to comment.