Jaswanth-arjun opened a new pull request, #3336: URL: https://github.com/apache/apisix-dashboard/pull/3336
### Problem The PluginEditorDrawer used a fixed editor height which caused overflow issues. On smaller or medium-height screens, the Monaco editor pushed the Add/Save actions outside the visible area, making them difficult to access. ### Solution - Removed fixed height from the editor - Introduced a flex-based column layout - Made the content area scrollable - Added a sticky footer to keep Add/Save actions always visible ### Result - Add/Save buttons are always accessible - Layout adapts correctly to different screen sizes - Improved usability when editing large plugin configurations ### Scope - Changes are limited to PluginEditorDrawer layout - No changes to API or business logic -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
