Skip to content

Commit

Permalink
box-sizing: content-box - at wrapper level to override external style…
Browse files Browse the repository at this point in the history
… (also on mobile)
  • Loading branch information
idoco committed Feb 23, 2017
1 parent e1b8f65 commit 3b88121
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/widget/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export const mobileOpenWrapperStyle = {
width: '100%',
height: '100%',
background: 'rgb(229, 229, 229)',
overflowY: 'visible '
overflowY: 'visible',
boxSizing: 'content-box'
};

export const titleStyle = {
Expand Down

0 comments on commit 3b88121

Please sign in to comment.