Fix body shift when opening modal

This commit is contained in:
Tom Hubrecht 2022-03-07 11:36:13 +01:00
parent 232a06feee
commit 4bbe0cb856

View file

@ -89,6 +89,10 @@
<div class="fc-toolbar-title" />
<style>
:global(.modal-open) {
padding-right: 8px !important;
}
:global(.fc-event) {
cursor: pointer;
}