Skip to content

Commit e200160

Browse files
authored
Merge pull request #4369 from ogiorgil/fix-pencil-edit-icon-in-docs
[Docs] Fix pencil "edit" icons to be clickable
2 parents 5c10a56 + 0ad748b commit e200160

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/docs/stylesheets/extra.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,3 +405,8 @@ p:has(a[href^="https://github.com/mathesar-foundation/mathesar/pull/"])
405405
[data-md-color-scheme="slate"] .md-search-result__more summary ~ * > * {
406406
opacity: 0.9;
407407
}
408+
409+
[dir="ltr"] .md-content__button {
410+
position: relative;
411+
z-index: 20;
412+
}

0 commit comments

Comments
 (0)