Skip to content

Commit 9a10eb3

Browse files
authored
Allow clicking through handbook back-to-top button container (#24154)
This fix was already applied to the button on the docs pages, but not the handbook.
1 parent d4b0edf commit 9a10eb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/assets/styles/pages/handbook/basic-handbook.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,7 @@
580580
position: sticky;
581581
bottom: 107px;
582582
overflow-x: hidden;
583+
pointer-events: none;
583584
}
584585
[purpose='back-to-top-button'] {
585586
display: inline-block;
@@ -593,6 +594,7 @@
593594
cursor: pointer;
594595
border: 1px solid #E2E4EA;
595596
border-radius: 16px 0px 0px 16px;
597+
pointer-events: auto;
596598
p {
597599
color: #515774;
598600
font-size: 11px;

0 commit comments

Comments
 (0)