remove user selection
This commit is contained in:
@@ -15,7 +15,6 @@ module.exports = {
|
||||
},
|
||||
rules: {
|
||||
'@typescript-eslint/camelcase': 'off',
|
||||
'@typescript-eslint/no-explicit-any': 'off',
|
||||
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off'
|
||||
}
|
||||
|
||||
@@ -10,6 +10,7 @@ body {
|
||||
background-color: #2c3a47;
|
||||
color: $color;
|
||||
margin: 0;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
button {
|
||||
|
||||
Reference in New Issue
Block a user