'init'
This commit is contained in:
17
app/style.css
Normal file
17
app/style.css
Normal file
@@ -0,0 +1,17 @@
|
||||
input, button, textarea, :focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
img {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
html{
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user