mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2026-01-11 06:25:17 +00:00
Fixed "edit this page" not clickable
The link in .edit-page-link is moved using top and right properties, which makes it "under" the layer of the rest of the page (at least in the docs). Changing the z-index fixes it.
This commit is contained in:
@@ -29,7 +29,8 @@ body.page-sub{
|
||||
.edit-page-link{
|
||||
position: absolute;
|
||||
top: -50px;
|
||||
right: 15px;;
|
||||
right: 15px;
|
||||
z-index: 10;
|
||||
|
||||
a{
|
||||
text-transform: uppercase;
|
||||
|
||||
Reference in New Issue
Block a user