Skip to content

Commit

Permalink
touch-action: none
Browse files Browse the repository at this point in the history
  • Loading branch information
jboolean committed Dec 21, 2024
1 parent ac64db5 commit eafc229
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/screens/App/screens/ViewerPane/ViewerPane.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
z-index: 1;

box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);

touch-action: none;
}

.imageStack {
Expand Down

0 comments on commit eafc229

Please sign in to comment.