diff options
Diffstat (limited to 'lib/responsive.less')
| -rw-r--r-- | lib/responsive.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/responsive.less b/lib/responsive.less index f5c23df3c..416a8da7b 100644 --- a/lib/responsive.less +++ b/lib/responsive.less @@ -97,11 +97,12 @@ // Modals .modal { - position: fixed; + position: absolute; top: 20px; left: 20px; right: 20px; width: auto; + margin: 0; &.fade.in { top: auto; } } .modal-header .close { |
