13 lines
197 B
CSS
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;
|
|
}
|