Close menus by sliding objects on mobile

This commit is contained in:
2022-09-26 16:47:36 +02:00
parent af8d19591c
commit 3d67ff3103
5 changed files with 43 additions and 17 deletions

View File

@@ -371,6 +371,11 @@ $legend-color: $post-color;
bottom: 0;
overflow: hidden;
z-index: 999;
cursor: grab;
&.moving {
cursor: grabbing;
}
input, textarea {
background-color: $post-input-bg;