Skip to content

Commit

Permalink
Fix #462: Fix responsiveness for smaller devices
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Apr 9, 2016
1 parent e4a33f6 commit 072783d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Change Log: `yii2-grid`

## Version 3.1.1 (under development)

**Date:** 08-Mar-2016
**Date:** 10-Apr-2016

1. (enh #443): Enhance to show header in exported content when setting `floatHeader`.
2. (enh #444): Set default PDF export encoding to utf8.
Expand All @@ -13,6 +13,7 @@ Change Log: `yii2-grid`
6. (enh #457): Implement `array_replace_recursive` instead of `ArrayHelper::merge` for overriding defaults.
7. (enh #458): Add Slovak Translations.
8. (enh #461): Export configuration font awesome enhancements.
9. (enh #462): Fix responsiveness for smaller devices (resizableColumns overflow).

## Version 3.1.0

Expand Down
7 changes: 7 additions & 0 deletions assets/css/kv-grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -331,4 +331,11 @@ td.kv-group-odd {
position: relative;
overflow: auto;
height: 300px;
}

/**
* Fix overflow and make responsive for mobile/small devices
*/
.grid-view .rc-handle-container {
overflow: hidden;
}
Loading

0 comments on commit 072783d

Please sign in to comment.