Skip to content

Commit

Permalink
fixup! feat: Add overlay between calendar and open simple editor
Browse files Browse the repository at this point in the history
Signed-off-by: greta <gretadoci@gmail.com>
  • Loading branch information
GretaD committed Jan 13, 2025
1 parent 2ade472 commit ac323d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/views/EditSimple.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
:style="cssVariables"
role="dialog"
aria-modal="true"
tabindex="-1"/>
tabindex="-1" />
<NcPopover ref="popover"
:shown="showPopover"
:auto-hide="false"
Expand Down Expand Up @@ -457,7 +457,8 @@ export default {
.modal-mask {
position: fixed;
z-index: 9998;
top: 0;
//the height of header
top: 50;
left: 0;
display: block;
width: 100%;
Expand Down

0 comments on commit ac323d4

Please sign in to comment.