mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Fix edit button being unclickable
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -587,7 +587,7 @@ article h6:before,
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
article h1:first-of-type:before {
|
article h1:first-of-type:before {
|
||||||
margin-top: -60px; // Don't add extra space to page title
|
margin-top: -40px; // Add less space to page title (but don't overlap Edit button)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Animated chevron (e.g. for language dropdown) -------------------------------
|
// Animated chevron (e.g. for language dropdown) -------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user