fix(web): contain nested scrolling without blocking forms

This commit is contained in:
Hyu
2026-09-01 17:29:59 +08:00
parent a87c814dae
commit 380bdfeca6
8 changed files with 15 additions and 11 deletions
@@ -109,7 +109,7 @@ export default function PluginReadme({
}, [pluginAuthor, pluginName]);
return (
<div className="w-full h-full overflow-auto">
<div className="w-full h-full overflow-auto overscroll-none">
{isLoadingReadme ? (
<div className="p-6 text-sm text-gray-500 dark:text-gray-400">
{t('plugins.loadingReadme')}