Skip to content

Commit

Permalink
[webui] Modal dialogs should scroll as necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
jhunt committed Mar 10, 2016
1 parent 42b1257 commit d3450ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
#archives-main tr.purged td { background-color: #fee; color: #777; font-style: italic; }

#modal { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; margin: 0; padding: 0; background-color: rgba(0,0,0,0.85); z-index: 1100; }
#modal .fg { width: 60%; margin: 6% 20%; max-height: 70%; background-color: #fff; overflow: hidden; }
#modal .fg { width: 60%; margin: 6% 20%; max-height: 70%; background-color: #fff; overflow: auto; }
#modal .fg .main { padding: 8px 16px; }

#modal .main h2 { background-color: #444; color: #fff; text-align: right; padding: 4px; font-family: monospace; }
Expand Down

0 comments on commit d3450ea

Please sign in to comment.