dylanebert HF staff commited on
Commit
41a7389
1 Parent(s): 153165c

don't allow select vote overlay

Browse files
Files changed (1) hide show
  1. static/global.css +1 -0
static/global.css CHANGED
@@ -144,6 +144,7 @@ body {
144
  z-index: 110;
145
  transition: background-color 0.1s ease, color 0.1s ease;
146
  pointer-events: none;
 
147
  }
148
 
149
  .vote-overlay.show {
 
144
  z-index: 110;
145
  transition: background-color 0.1s ease, color 0.1s ease;
146
  pointer-events: none;
147
+ user-select: none;
148
  }
149
 
150
  .vote-overlay.show {