Skip to content

Commit

Permalink
fix: ribbon in modals
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Jan 31, 2022
1 parent 5714329 commit a33386f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ html, body {
* Form designer
*/

/* modals */
.modal-dialog .card-header {
// Fix ribbon position
position: relative;
}

/* Sections */
#plugin_formcreator_form.plugin_formcreator_form_design {
> ol {
Expand Down

0 comments on commit a33386f

Please sign in to comment.