diff --git a/src/renderer/components/Plugins/PluginGallery.tsx b/src/renderer/components/Plugins/PluginGallery.tsx
index 9c7c4b833d150a1d3d47775263e66803bdd92c5e..a385d987c782ceca048d863083d6173145303adf 100644
--- a/src/renderer/components/Plugins/PluginGallery.tsx
+++ b/src/renderer/components/Plugins/PluginGallery.tsx
@@ -90,15 +90,15 @@ export default function PluginGallery({ experimentInfo }) {
       </Box>
       <Sheet
         className="OrderTableContainer"
-        variant="outlined"
+        variant="plain"
         sx={{
           width: '100%',
           height: '100%',
-          borderRadius: 'md',
           flex: 1,
-          overflow: 'auto',
+          overflowY: 'auto',
+          overflowX: 'hidden',
           minHeight: 0,
-          padding: 2,
+          paddingRight: 2,
         }}
       >
         <Grid container spacing={2} sx={{ flexGrow: 1 }}>