diff options
| author | Brendan Allan <[email protected]> | 2026-04-15 15:29:36 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-15 07:29:36 +0000 |
| commit | c98f61638535c9cc57a2b710decc780f7289fc2f (patch) | |
| tree | d0fcdacaf2b9148dee04b1ea1ba15f5ae0105388 /packages/ui/src | |
| parent | 5069cd97982d5040710f5c442f9670538cb1dc72 (diff) | |
| download | opencode-c98f61638535c9cc57a2b710decc780f7289fc2f.tar.gz opencode-c98f61638535c9cc57a2b710decc780f7289fc2f.zip | |
ui: update accordion styles and session review component (#22582)
Diffstat (limited to 'packages/ui/src')
| -rw-r--r-- | packages/ui/src/styles/base.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/styles/base.css b/packages/ui/src/styles/base.css index b5604ad61..a032f9ea2 100644 --- a/packages/ui/src/styles/base.css +++ b/packages/ui/src/styles/base.css @@ -82,7 +82,7 @@ a { cursor: default; } -*[data-tauri-drag-region] { +#root:not([aria-hidden]) *[data-tauri-drag-region] { app-region: drag; } |
