summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-10-24 12:38:00 -0500
committerAdam <[email protected]>2025-10-24 12:38:00 -0500
commitefe7f01f41aae6fee0e8f8cdd40c932bc0337d46 (patch)
tree39db05c830b77be390e620a4d39d4b0a578e1d44
parent9ae3d74adc4f3da0b7ad8a680bd23f8dada70387 (diff)
downloadopencode-efe7f01f41aae6fee0e8f8cdd40c932bc0337d46.tar.gz
opencode-efe7f01f41aae6fee0e8f8cdd40c932bc0337d46.zip
wip: desktop work
-rw-r--r--packages/ui/src/components/accordion.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/ui/src/components/accordion.css b/packages/ui/src/components/accordion.css
index c8dfdfab1..07a76f902 100644
--- a/packages/ui/src/components/accordion.css
+++ b/packages/ui/src/components/accordion.css
@@ -6,6 +6,7 @@
align-self: stretch;
border-radius: 8px;
border: 1px solid var(--border-weak-base);
+ overflow: clip;
[data-slot="accordion-item"] {
width: 100%;
@@ -64,6 +65,9 @@
[data-slot="accordion-trigger"] {
border-bottom: none;
}
+ &[data-expanded] {
+ border-bottom: none;
+ }
}
&[data-expanded] {