Cards: Make the editing background fixed, to make it visible even with a scrolled viewport.

This commit is contained in:
2018-03-21 06:54:30 +01:00
parent d375904624
commit c5ba945b08
2 changed files with 4 additions and 3 deletions

View File

@@ -169,7 +169,7 @@
.divEditBackground {
display: block;
position: absolute;
position: fixed;
top: 0;
left: 0;
bottom: 0;