mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
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:
parent
9c123ddd2b
commit
f96cb0f561
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue