starting hammer gestures

This commit is contained in:
prospect
2024-01-21 01:09:48 -05:00
parent 672b1e6d4a
commit f4ae35c532
5 changed files with 102 additions and 10 deletions

View File

@@ -942,6 +942,10 @@ select {
max-width: 1536px;
}
}
.static {
position: static;
}
.fixed {
position: fixed;
}