Skip to content

Commit

Permalink
Fix regression in Overflow Auto component
Browse files Browse the repository at this point in the history
  • Loading branch information
janschoenherr committed Sep 12, 2018
1 parent d004bda commit 6fac5bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## WIP

### Fixed

- Fix regression in Overflow Auto component

## 3.0.0 rc 15 (September 11, 2018)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/js/core/overflow-auto.js
Expand Up @@ -11,7 +11,7 @@ export default {
},

data: {
selContainer: '.uk-container',
selContainer: '.uk-modal',
selContent: '.uk-modal-dialog',
},

Expand Down

0 comments on commit 6fac5bb

Please sign in to comment.