mirror of
https://github.com/apache/superset.git
synced 2026-04-28 04:25:07 +00:00
feat(docs): Adds an "Edit this page on GitHub" button to docs pages (#27176)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user