imgar commited on
Commit
0aa93f7
·
1 Parent(s): 550be4b

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -1
style.css CHANGED
@@ -8,7 +8,8 @@
8
  --checkbox-label-gap: 0.25em 0.1em;
9
  --section-header-text-size: 12pt;
10
  --block-background-fill: transparent;
11
- position: sticky;
 
12
  top: 0;
13
  /* width: 100% */
14
  left: 0;
 
8
  --checkbox-label-gap: 0.25em 0.1em;
9
  --section-header-text-size: 12pt;
10
  --block-background-fill: transparent;
11
+ overflow: hidden;
12
+ touch-action: none;
13
  top: 0;
14
  /* width: 100% */
15
  left: 0;