Skip to content

Commit ae3f7d0

Browse files
authored
[6.x] Fix the z-index of the sticky markdown toolbar, plus position on mobile (#13751)
Fix the z-index of the sticky markdown toolbar, plus position on mobile
1 parent b2a3bb5 commit ae3f7d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/components/fieldtypes/markdown/MarkdownFieldtype.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
:is-fullscreen="false"
5454
@toggle-dark-mode="toggleDarkMode"
5555
@button-click="handleButtonClick"
56-
class="sticky z-(--z-index-above) -top-2 mb-2 [&~*]:-mt-2"
56+
class="sticky z-(--z-index-portal) top-0 sm:-top-2 mb-2 [&~*]:-mt-2"
5757
/>
5858

5959
<div class="drag-notification" v-show="dragging">

0 commit comments

Comments
 (0)