summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-10-24 13:01:11 -0500
committerAdam <[email protected]>2025-10-24 13:01:22 -0500
commite2920c06a389fc49b2e05601223995329dc30b82 (patch)
tree266f123fab22374f29b4d1a4b5c1ce96d1b36b1a
parent4da3aa2eb261d59f5fe19b1f87b62990258738b2 (diff)
downloadopencode-e2920c06a389fc49b2e05601223995329dc30b82.tar.gz
opencode-e2920c06a389fc49b2e05601223995329dc30b82.zip
wip: desktop work
-rw-r--r--packages/ui/src/components/list.css6
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;