Skip to content

Commit cc9bf02

Browse files
committed
fix: remove anti-pattern of removing scrollbars on accordions — prevents users from knowing content is scrollable. also fix accessibility in global PL navigation which had been preventing full keyboard navigation
1 parent caa124a commit cc9bf02

File tree

1 file changed

+0
-1
lines changed
  • packages/uikit-workshop/src/sass/scss/01-abstracts

1 file changed

+0
-1
lines changed

packages/uikit-workshop/src/sass/scss/01-abstracts/_mixins.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@
100100
* 1. WIP -- part of broader UI refactor
101101
*/
102102
&.pl-is-active {
103-
@include hideScrollBar();
104103
max-height: calc(100vh - #{$offset-top} - 1rem);
105104
max-height: calc(
106105
var(--pl-viewport-height) - 1rem,

0 commit comments

Comments
 (0)