Skip to content

Commit

Permalink
Merge pull request #99 from Sybit-Education/fix/image-drag
Browse files Browse the repository at this point in the history
Added "no drag" => Images can't be dragged around anymore
  • Loading branch information
IamSTEINI authored Aug 2, 2024
2 parents c46389c + b3f3adc commit 836a386
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/components/detail/detail.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@

.badge {
padding: 0.5rem;
}
* {
-webkit-user-drag: none;
}
3 changes: 3 additions & 0 deletions src/app/components/navbar/navbar.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@
app-home-filter {
margin-right: 20px;
margin-top: 5px
}
* {
-webkit-user-drag: none;
}

0 comments on commit 836a386

Please sign in to comment.