Files
ai-agent/web/components/content-editor/toolbar.css
T

13 lines
197 B
CSS
Raw Normal View History

2026-04-09 10:01:23 +08:00
.content-editor-toolbar {
scrollbar-width: none;
cursor: grab;
}
.content-editor-toolbar::-webkit-scrollbar {
height: 0 !important;
}
.content-editor-toolbar:active {
cursor: grabbing;
}