Add bootstrap-dialog-fix to admin area

#268
This commit is contained in:
Artur Beljajev 2017-01-20 01:03:55 +02:00
parent d222e6c781
commit 612e282c49
2 changed files with 9 additions and 1 deletions

View file

@ -10,4 +10,5 @@
@import selectize.bootstrap3
// @import bootstrap-datepicker3
@import admin/admin
//= require ./admin
@import admin/bootstrap-dialog-fix

View file

@ -0,0 +1,7 @@
.modal-open {
overflow: visible;
}
.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
padding-right: 0px !important;
}