Skip to content

Commit

Permalink
fix(core): a11y of hidden panel
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Feb 14, 2024
1 parent 85fc641 commit df30bfd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/panel/plugin-panel.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
display: none;
}

&[collapsed] .uip-plugin-inner {
visibility: hidden;
}

--uip-plugin-width: 250px;
--uip-plugin-height: 325px;
}
Expand Down

0 comments on commit df30bfd

Please sign in to comment.