mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(editor): Adjust Scrollbar Width of RunData Header Row (#11561)
This commit is contained in:
@@ -1804,6 +1804,7 @@ defineExpose({ enterEditMode });
|
|||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
min-height: calc(30px + var(--spacing-s));
|
min-height: calc(30px + var(--spacing-s));
|
||||||
|
scrollbar-width: thin;
|
||||||
|
|
||||||
> *:first-child {
|
> *:first-child {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user