Website: Update clickable area of the "back to top" button on documentation pages (#14649)

Changes:
- Updated the clickable area of the "Back to top" button on
documentation pages.
This commit is contained in:
Eric 2023-10-19 11:19:22 -05:00 committed by GitHub
parent 9c123ddd2b
commit f96cb0f561
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -823,6 +823,7 @@
position: sticky;
bottom: 107px;
overflow-x: hidden;
pointer-events: none;
}
[purpose='back-to-top-button'] {
display: inline-block;
@ -836,6 +837,7 @@
cursor: pointer;
border: 1px solid #E2E4EA;
border-radius: 16px 0px 0px 16px;
pointer-events: auto;
p {
color: #515774;
font-size: 11px;