We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da04560 commit 34f9219Copy full SHA for 34f9219
2 files changed
resources/js/components/EditorMenuBar.vue
@@ -153,11 +153,17 @@ export default {
153
padding-top: 0.375rem;
154
padding-bottom: 0.375rem;
155
}
156
+.menubar {
157
+ position: sticky;
158
+ z-index: 100;
159
+ top: 63px;
160
+}
161
@media (max-width: 768px) {
162
.menubar {
163
overflow-x: scroll;
164
white-space: nowrap;
165
@apply py-1.5;
166
+ top: 58px;
167
168
169
.delimiter {
resources/sass/app.scss
@@ -159,4 +159,4 @@ label.label {
@apply mt-4 mb-4;
border-top: 2px solid #e6e6e6;
-}
0 commit comments