mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
15 lines
241 B
CSS
15 lines
241 B
CSS
@namespace "http://www.w3.org/1999/xhtml";
|
|
body {
|
|
-webkit-user-select: none;
|
|
cursor: default;
|
|
}
|
|
html, body {
|
|
overflow: hidden;
|
|
}
|
|
img, a {
|
|
-webkit-user-drag: none;
|
|
}
|
|
[contenteditable], input {
|
|
-webkit-user-select: auto;
|
|
}
|