18 lines
165 B
CSS
18 lines
165 B
CSS
input, button, textarea, :focus {
|
|
outline: none;
|
|
}
|
|
|
|
img {
|
|
user-select: none;
|
|
}
|
|
|
|
html{
|
|
overflow: hidden;
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
height: 100%;
|
|
}
|
|
|