/* Horizontal tool palettes (emoji/nálepky) need a scrollable strip without a
   visible scrollbar chrome — Tailwind has no utility for this. */
.editor-scroll {
    scrollbar-width: none;
}

.editor-scroll::-webkit-scrollbar {
    display: none;
}
