Add first Corpus analysis page

This commit is contained in:
Stephan Porada
2019-10-24 13:14:15 +02:00
parent dce834c9a1
commit 3e622ac553
3 changed files with 27 additions and 9 deletions

View File

@ -73,3 +73,11 @@ indicator will show up how the column is sorted right now.; */
top:-10px;
right:-5px;
}
/* Sticy side elements */
.sticky {
position: -webkit-sticky;
position: sticky;
top: 80px;
padding: 50px;
}