Skip to content

Commit b3f3adc

Browse files
committed
Added "no drag" => Images can't be dragged around anymore
1 parent ce7af19 commit b3f3adc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/app/components/detail/detail.component.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@
1111

1212
.badge {
1313
padding: 0.5rem;
14+
}
15+
* {
16+
-webkit-user-drag: none;
1417
}

src/app/components/navbar/navbar.component.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@
1616
app-home-filter {
1717
margin-right: 20px;
1818
margin-top: 5px
19+
}
20+
* {
21+
-webkit-user-drag: none;
1922
}

0 commit comments

Comments
 (0)