[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:
k.triantafyllou 2021-03-12 10:00:07 +00:00
parent 7ed38ace50
commit 710846b6f9
1 changed files with 2 additions and 2 deletions

View File

@ -32,13 +32,13 @@
}
.fs-modal .fs-modal-dialog > .content {
max-height: calc(100% - 80px);
max-height: calc(100vh - 180px);
padding: 15px;
overflow: auto;
}
.fs-modal .fs-modal-dialog > .content.hasFooter {
max-height: calc(100% - 140px);
max-height: calc(100vh - 240px);
}
.fs-modal .fs-modal-dialog > .footer {