forked from DGNum/metis
Fix body shift when opening modal
This commit is contained in:
parent
232a06feee
commit
4bbe0cb856
1 changed files with 4 additions and 0 deletions
|
@ -89,6 +89,10 @@
|
|||
<div class="fc-toolbar-title" />
|
||||
|
||||
<style>
|
||||
:global(.modal-open) {
|
||||
padding-right: 8px !important;
|
||||
}
|
||||
|
||||
:global(.fc-event) {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue