We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d9917 commit 689d7b4Copy full SHA for 689d7b4
web/src/components/donate/DonateOptionsCard.svelte
@@ -138,13 +138,12 @@
138
139
<div
140
id="donation-options-container"
141
- aria-hidden="true"
142
class:mask-both={!device.is.mobile && showLeftScroll && showRightScroll}
143
class:mask-left={!device.is.mobile && showLeftScroll && !showRightScroll}
144
class:mask-right={!device.is.mobile && showRightScroll && !showLeftScroll}
145
>
146
{#if !device.is.mobile}
147
- <div id="donation-options-scroll">
+ <div id="donation-options-scroll" aria-hidden="true">
148
<button
149
class="scroll-button left"
150
class:hidden={!showLeftScroll}
0 commit comments