mirror of
https://github.com/PrismarineJS/prismarine-web-client.git
synced 2025-05-12 22:00:33 -04:00
Don't allow highlighting (#51)
This commit is contained in:
parent
45fb68fe7b
commit
04b8ef2b68
1 changed files with 8 additions and 0 deletions
|
@ -113,6 +113,14 @@
|
|||
left: 50%;
|
||||
transform: translate(-50%, 12rem);
|
||||
}
|
||||
body {
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body id="main-body">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue