We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a3bb5 commit ae3f7d0Copy full SHA for ae3f7d0
1 file changed
resources/js/components/fieldtypes/markdown/MarkdownFieldtype.vue
@@ -53,7 +53,7 @@
53
:is-fullscreen="false"
54
@toggle-dark-mode="toggleDarkMode"
55
@button-click="handleButtonClick"
56
- class="sticky z-(--z-index-above) -top-2 mb-2 [&~*]:-mt-2"
+ class="sticky z-(--z-index-portal) top-0 sm:-top-2 mb-2 [&~*]:-mt-2"
57
/>
58
59
<div class="drag-notification" v-show="dragging">
0 commit comments