@supports not selector(::-webkit-scrollbar){div[data-classname=editable_table_h_scroll]{scrollbar-width:thin;scrollbar-color:rgb(var(--color-onSurfaceHigh)) rgb(var(--color-surfaceHighest))}}div[data-classname=editable_table_h_scroll]::-webkit-scrollbar{height:8px}div[data-classname=editable_table_h_scroll]::-webkit-scrollbar-track{background-color:rgb(var(--color-surfaceHighest));border-radius:4px}div[data-classname=editable_table_h_scroll]::-webkit-scrollbar-thumb{background-color:rgb(var(--color-onSurfaceHigh));border-radius:4px}