Skip to content

Commit de81060

Browse files
authored
Merge pull request #637 from bettercodepaul/DragAndDropTouch
Drag and Drop auf Touchgeräten optimiert und grenze gesetzt
2 parents 7bcdba0 + 4cf01bb commit de81060

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

bogenliga/src/app/modules/schusszettel/components/maske2eingabe/passe-eingabe.component.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,16 @@ form { width: 100%; max-width: 800px;}
177177
position: relative;
178178

179179
.drag-icon {
180-
display: inline-block;
180+
display: inline-flex;
181+
align-items: center;
182+
justify-content: center;
183+
min-width: 44px;
184+
min-height: 44px;
181185
margin-right: 8px;
182186
color: #666;
183187
cursor: grab;
184188
user-select: none;
189+
touch-action: none;
185190

186191
&:hover {
187192
color: #333;

0 commit comments

Comments
 (0)