diff options
| author | Adam <[email protected]> | 2025-10-24 13:01:11 -0500 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-10-24 13:01:22 -0500 |
| commit | e2920c06a389fc49b2e05601223995329dc30b82 (patch) | |
| tree | 266f123fab22374f29b4d1a4b5c1ce96d1b36b1a | |
| parent | 4da3aa2eb261d59f5fe19b1f87b62990258738b2 (diff) | |
| download | opencode-e2920c06a389fc49b2e05601223995329dc30b82.tar.gz opencode-e2920c06a389fc49b2e05601223995329dc30b82.zip | |
wip: desktop work
| -rw-r--r-- | packages/ui/src/components/list.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/ui/src/components/list.css b/packages/ui/src/components/list.css index d60b55aeb..67db2c619 100644 --- a/packages/ui/src/components/list.css +++ b/packages/ui/src/components/list.css @@ -1,8 +1,5 @@ [data-component="list"] { - overflow-y: auto; - display: flex; - flex-direction: column; - gap: 6px; + /* overflow-y: auto; */ /* Hide scrollbar */ &::-webkit-scrollbar { @@ -13,6 +10,7 @@ [data-slot="item"] { width: 100%; + margin-bottom: 6px; padding: 4px 12px; text-align: left; |
