mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(editor): Fix ResourceLocator dropdown style (#5714)
* fix(editor): Fix ResourceLocator dropdown style * Fix other popper classes * Fix app hanging if loading many remote parameter options * Make ResourceLocatorDropdown flex * Override scrollbar styles * Hide resource locator on outside click not input blur
This commit is contained in:
@@ -206,7 +206,7 @@ export default Vue.extend({
|
||||
border-bottom: var(--border-base);
|
||||
}
|
||||
|
||||
.tooltipPopper {
|
||||
:root .tooltipPopper {
|
||||
max-width: 400px;
|
||||
|
||||
li {
|
||||
|
||||
Reference in New Issue
Block a user