Skip to content

Commit

Permalink
IBX-6121: Added z-index to toolbar (#111)
Browse files Browse the repository at this point in the history
* IBX-6121: Added z-index to toolbar

* Corrected PHPStan
  • Loading branch information
mateuszdebinski authored Jul 26, 2023
1 parent 824548e commit 560c619
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bundle/Resources/public/scss/_balloon-form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,8 @@
padding: 0 calculateRem(16px) calculateRem(16px);
}
}

.ck-balloon-panel_visible {
z-index: 300;
}
}

0 comments on commit 560c619

Please sign in to comment.