21 lines
161 B
CSS
21 lines
161 B
CSS
html {
|
|
height: 100% !important;
|
|
cursor: text;
|
|
}
|
|
|
|
body {
|
|
max-width: 100%;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
html:focus {
|
|
outline: 0;
|
|
}
|
|
|
|
p {
|
|
text-indent: 0;
|
|
}
|
|
|
|
|
|
|