[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:
parent
1e728cf9e7
commit
b9a48c85d8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue