๋ฐ์ํ
/* ๋ชจ๋ ์์์ ๋ํด ํ์ด๋ผ์ดํธ ์ ๊ฑฐ */
* {
-webkit-user-select: none!important; /* ํฌ๋กฌ, ์ฌํ๋ฆฌ, ์คํ๋ผ */
-moz-user-select: none!important; /* ํ์ด์ดํญ์ค */
-ms-user-select: none!important; /* ์ธํฐ๋ท ์ต์คํ๋ก๋ฌ/์ฃ์ง */
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* Safari */
-webkit-tap-highlight-color: transparent; /* ๋ค๋ฅธ ์นํท ๊ธฐ๋ฐ ๋ธ๋ผ์ฐ์ */
user-select: none!important; /* ํ์ค */
}
-webkit-tap-highlight-color: transparent; /* ๋ค๋ฅธ ์นํท ๊ธฐ๋ฐ ๋ธ๋ผ์ฐ์ */
์ด๊ฑธ ์ถ๊ฐํ๋๊น ํฌ๋กฌ์์๋ ํฐ์นํ์ด๋ผ์ดํธ๊ฐ ์์ด์ก๋ค!

๋ฐ์ํ