Skip to content

Commit

Permalink
* [html5] fix slider container's style. (#2157)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRaindrop authored and Hanks10100 committed Jan 6, 2017
1 parent 3eb34b9 commit a79bd9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions html5/render/browser/extend/components/slider/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const proto = {
create () {
const node = document.createElement('div')
node.classList.add('slider')
node.classList.add('weex-container')
node.style.position = 'relative'
node.style.overflow = 'hidden'
return node
Expand Down

0 comments on commit a79bd9c

Please sign in to comment.