diff --git a/app/globals.css b/app/globals.css index b58c704..f7e1c30 100644 --- a/app/globals.css +++ b/app/globals.css @@ -181,3 +181,12 @@ section { .stagger-children > *:nth-child(3) { animation-delay: 0.3s; } .stagger-children > *:nth-child(4) { animation-delay: 0.4s; } .stagger-children > *:nth-child(5) { animation-delay: 0.5s; } + +/* Hide scrollbar but keep scroll functionality */ +.scrollbar-hide { + -ms-overflow-style: none; + scrollbar-width: none; +} +.scrollbar-hide::-webkit-scrollbar { + display: none; +} diff --git a/components/agents.tsx b/components/agents.tsx index ee9a4e8..fa8eeeb 100644 --- a/components/agents.tsx +++ b/components/agents.tsx @@ -33,14 +33,14 @@ export function Agents() {
-| + | Feature | -+ | Greywall | -+ | Safehouse | -- Claude Sandbox + | + Claude | -+ | Containers | + | {row.feature} | -+ |
|
- + |
|
- + |
|
- + |
|
|---|
@@ -142,22 +142,22 @@ export function Control() {
@@ -169,35 +169,35 @@ export function Control() {
@@ -206,7 +206,7 @@ export function Control() {
- {step.cmd}
-
+
+ {step.cmd}
+
+