made some functions async in Dart

This commit is contained in:
2020-04-29 00:40:30 +02:00
parent 1ab53daa10
commit 56d6c5d1d0
2 changed files with 40 additions and 44 deletions

View File

@@ -274,14 +274,14 @@ header {
&:focus-within {
.dropdown {
opacity: 1;
top: $navbar-height / 1.5;
top: $navbar-height / 1.3;
z-index: 5;
pointer-events: auto;
}
#table-of-contents {
opacity: 1;
top: $navbar-height / 1.5;
top: $navbar-height / 1.3;
z-index: 5;
height: 500%;
pointer-events: auto;