diff --git a/website/client/components/Home/TryItFileSelection.vue b/website/client/components/Home/TryItFileSelection.vue index 38730430..0dddc27a 100644 --- a/website/client/components/Home/TryItFileSelection.vue +++ b/website/client/components/Home/TryItFileSelection.vue @@ -251,8 +251,6 @@ const toggleFileSelection = (file: FileInfo, event?: Event) => { .file-list-container { max-height: 300px; overflow-y: auto; - border: 1px solid var(--vp-c-border); - border-radius: 4px; background: var(--vp-c-bg); }