Skip to content

Commit

Permalink
Fix bard fixed toolbar inside Stack. Closes #1911.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmcdade committed Sep 30, 2020
1 parent f333f1f commit 3949168
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion resources/sass/components/fieldtypes/bard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,13 @@
/* Bard inside the live preview
========================================================================== */

.live-preview-fields .bard-fixed-toolbar {
.live-preview-fields .bard-fixed-toolbar {
top: 0;
}

/* Bard inside a stack
========================================================================== */

.stack-content .bard-fixed-toolbar {
top: -24px;
}

0 comments on commit 3949168

Please sign in to comment.