fix cloak

This commit is contained in:
Emmanuel Florent
2019-06-18 10:35:07 +02:00
parent 699a9f30ec
commit 6fa6c1c675

View File

@@ -223,9 +223,11 @@ nav#TableOfContents::-webkit-scrollbar-thumb, .fancyScroll::-webkit-scrollbar-th
display: block;
position: absolute;
width: 100%;
height: 100%;
background-image: url('/logo2.svg');
background-size: cover;
height: 100%;
background-image: url('/logo2.svg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}