Skip to content

Commit

Permalink
Design: 전역적으로 이미지 드래그 안되게 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
BearHumanS committed Jan 16, 2024
1 parent ec9762a commit 0497dfc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,10 @@ button {
section {
margin-top: 30px;
}

img {
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
}

0 comments on commit 0497dfc

Please sign in to comment.