mirror of
https://github.com/til-schneider/slim-wiki.git
synced 2025-08-12 03:24:02 +02:00
Fixed: Close button of edit mode wasn't clickable in Firefox
This commit is contained in:
@@ -25,6 +25,7 @@ html, body {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 50%;
|
right: 50%;
|
||||||
|
z-index: 10;
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
margin: 5px (5px + 15px) 0 0; // 15px for scroll bar width
|
margin: 5px (5px + 15px) 0 0; // 15px for scroll bar width
|
||||||
|
Reference in New Issue
Block a user