mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +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-y: hidden;
|
||||
min-height: calc(30px + var(--spacing-s));
|
||||
scrollbar-width: thin;
|
||||
|
||||
> *:first-child {
|
||||
flex-grow: 1;
|
||||
|
||||
Reference in New Issue
Block a user