Files
ai-agent/dashboard/components/content-editor/toolbar.css
T
2026-04-15 17:20:57 +08:00

13 lines
197 B
CSS

.content-editor-toolbar {
scrollbar-width: none;
cursor: grab;
}
.content-editor-toolbar::-webkit-scrollbar {
height: 0 !important;
}
.content-editor-toolbar:active {
cursor: grabbing;
}