mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-12 09:00:40 +00:00
Add first Corpus analysis page
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user