Use classes instead

This commit is contained in:
ferferga 2020-05-17 00:11:37 +02:00
parent 26267e3827
commit 029c7382db
3 changed files with 7 additions and 3 deletions

View file

@ -120,3 +120,7 @@ div[data-role=page] {
.headroom--unpinned {
transform: translateY(-100%);
}
.force-scroll {
overflow-y: scroll;
}