mirror of
https://github.com/internetee/registry.git
synced 2025-07-27 04:58:29 +02:00
parent
d222e6c781
commit
612e282c49
2 changed files with 9 additions and 1 deletions
|
@ -10,4 +10,5 @@
|
||||||
@import selectize.bootstrap3
|
@import selectize.bootstrap3
|
||||||
// @import bootstrap-datepicker3
|
// @import bootstrap-datepicker3
|
||||||
@import admin/admin
|
@import admin/admin
|
||||||
//= require ./admin
|
@import admin/bootstrap-dialog-fix
|
||||||
|
|
||||||
|
|
7
app/assets/stylesheets/admin/bootstrap-dialog-fix.css
vendored
Normal file
7
app/assets/stylesheets/admin/bootstrap-dialog-fix.css
vendored
Normal 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;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue