Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
/***
2
Bootstrap Modal
3
***/
4
/* fix: content shifting to the right on modal open */
5
 
6
.modal-open.page-overflow .page-container,
7
.modal-open.page-overflow .page-container .navbar-fixed-top,
8
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
9
.modal-open.page-overflow .modal-scrollable {
10
  overflow-y: auto !important;
11
}
12
 
13
.modal-scrollable {
14
  overflow: hidden !important;
15
}
16
 
17
/* BS 3.3.1 fix */
18
 
19
.modal-backdrop {
20
	position: fixed;
21
	bottom: 0;
22
}