11 lines
181 B
Plaintext
11 lines
181 B
Plaintext
._root {
|
|
padding: 1px 0;
|
|
overflow-x: auto;
|
|
overflow-y: hidden;
|
|
-webkit-overflow-scrolling: touch
|
|
}
|
|
|
|
._select {
|
|
-webkit-user-select: text;
|
|
user-select: text
|
|
} |