remove dead throttle code
This commit is contained in:
parent
a95c4f28a1
commit
377e169961
5 changed files with 10 additions and 4 deletions
|
@ -23,6 +23,14 @@
|
|||
z-index: 998;
|
||||
display: none;
|
||||
}
|
||||
/* Stops safari context menus (supposedly). Can't get this to work. */
|
||||
body, .card {
|
||||
-webkit-touch-callout: none !important;
|
||||
}
|
||||
|
||||
body, .card {
|
||||
-webkit-user-select: none !important;
|
||||
}
|
||||
|
||||
.cardOverlayInner {
|
||||
padding: 11px 12px 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue