[Library | Trunk]: Add fs-modal-bg to fix event propagation.

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60687 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2021-03-22 15:08:53 +00:00
parent 1e728cf9e7
commit b9a48c85d8
1 changed files with 8 additions and 0 deletions

View File

@ -15,6 +15,14 @@
transition: transform linear .3s, opacity linear .3s;
}
.fs-modal .fs-modal-bg {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.fs-modal .fs-modal-dialog {
background-color: white;
border-radius: 4px;