Project

General

Profile

« Previous | Next » 

Revision 60634

[Library | Trunk]: Fs modal fix content height

View differences:

modules/uoa-services-library/trunk/ng-openaire-library/src/assets/library-css/modal.scss
32 32
}
33 33

  
34 34
.fs-modal .fs-modal-dialog > .content {
35
  max-height: calc(100% - 80px);
35
  max-height: calc(100vh - 180px);
36 36
  padding: 15px;
37 37
  overflow: auto;
38 38
}
39 39

  
40 40
.fs-modal .fs-modal-dialog > .content.hasFooter {
41
  max-height: calc(100% - 140px);
41
  max-height: calc(100vh - 240px);
42 42
}
43 43

  
44 44
.fs-modal .fs-modal-dialog > .footer {

Also available in: Unified diff