Skip to content

Commit 689d7b4

Browse files
committed
web/DonateOptionsCard: hide the scroller for aria, not all options
1 parent 35d9917 commit 689d7b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/src/components/donate/DonateOptionsCard.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,12 @@
138138

139139
<div
140140
id="donation-options-container"
141-
aria-hidden="true"
142141
class:mask-both={!device.is.mobile && showLeftScroll && showRightScroll}
143142
class:mask-left={!device.is.mobile && showLeftScroll && !showRightScroll}
144143
class:mask-right={!device.is.mobile && showRightScroll && !showLeftScroll}
145144
>
146145
{#if !device.is.mobile}
147-
<div id="donation-options-scroll">
146+
<div id="donation-options-scroll" aria-hidden="true">
148147
<button
149148
class="scroll-button left"
150149
class:hidden={!showLeftScroll}

0 commit comments

Comments
 (0)