Skip to content

Commit

Permalink
fix modal editing
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-macaneata committed Jun 11, 2020
1 parent 68827fb commit e2e0a77
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion theme/site/globals/site.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -663,4 +663,20 @@ p {
position: sticky;
top: 0;
z-index: 2;
}
}

.mosaic-page-modal-open {
&:not(.has-sidebar-collapsed).has-sidebar {
.ui.fullscreen.modal.mosaic-modal {
width: calc(100% - 400px) !important;
left: 1rem !important;
transform: none !important;
top: auto;
}
}

.sidebar-container {
z-index: 9999;
}

}

0 comments on commit e2e0a77

Please sign in to comment.