Skip to content

Commit

Permalink
Fix settings dialog in Safari
Browse files Browse the repository at this point in the history
Looks like the combination of `flex: 1` and `overflow: auto` made the
body not grow in Safari. It seems `flex: 1` is actually not necessary
here.
  • Loading branch information
fkling committed Nov 3, 2015
1 parent 177d215 commit 3c1361f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ li.entry {

#SettingsDialog .body {
overflow: auto;
flex: 1;
padding: 10px;
}

Expand Down

0 comments on commit 3c1361f

Please sign in to comment.