Преглед изворни кода

ui: update accordion styles and session review component (#22582)

Brendan Allan пре 5 месеци
родитељ
комит
c98f616385
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/ui/src/styles/base.css

+ 1 - 1
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;
 }