feat(docs): Adds an "Edit this page on GitHub" button to docs pages (#27176)

This commit is contained in:
Evan Rusackas
2024-02-21 09:24:07 -07:00
committed by GitHub
parent 8fbaf84f66
commit 7e9361fd5f
3 changed files with 68 additions and 1 deletions

View File

@@ -259,3 +259,13 @@ a > span > svg {
height: 28px;
}
}
/* Edit Button */
.edit-page-link {
position: sticky;
bottom: 0px;
right: 0px;
border-radius: 10px;
background-color: #ccc;
}