Skip to content

Commit

Permalink
Fix #92. Removed specific rules for modal body
Browse files Browse the repository at this point in the history
This removes the max-height and scroll properties for modal windows. This avoids issues with overflowing object like select tools
  • Loading branch information
offtherailz authored Nov 4, 2016
1 parent 658481f commit 20c807d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions theme/default/css/ms2-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -512,8 +512,6 @@ div.ol-scale-line-inner{

.modal-body {
background-color: white;
max-height: calc(100vh - 190px);
overflow-y: auto;
}

.react-draggable .draggable-header {
Expand Down

0 comments on commit 20c807d

Please sign in to comment.