[Library | Trunk]: Fs modal fix content height
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60634 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
7ed38ace50
commit
710846b6f9
|
@ -32,13 +32,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.fs-modal .fs-modal-dialog > .content {
|
.fs-modal .fs-modal-dialog > .content {
|
||||||
max-height: calc(100% - 80px);
|
max-height: calc(100vh - 180px);
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fs-modal .fs-modal-dialog > .content.hasFooter {
|
.fs-modal .fs-modal-dialog > .content.hasFooter {
|
||||||
max-height: calc(100% - 140px);
|
max-height: calc(100vh - 240px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.fs-modal .fs-modal-dialog > .footer {
|
.fs-modal .fs-modal-dialog > .footer {
|
||||||
|
|
Loading…
Reference in New Issue