Ensure hidden article is fully hidden

This commit is contained in:
Matthew Grove
2019-03-06 12:08:23 +00:00
parent 6b27c4f6d4
commit ae649318e4
2 changed files with 2 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
background: white;
} }
#articles-1 { #articles-1 {
z-index: 2; z-index: 2;

View File

@@ -37,6 +37,7 @@ layout: none
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
background: white;
} }
#articles-1 { #articles-1 {
z-index: 2; z-index: 2;