mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
20 lines
325 B
CSS
20 lines
325 B
CSS
@namespace "http://www.w3.org/1999/xhtml";
|
|
body {
|
|
-webkit-user-select: none;
|
|
cursor: default;
|
|
}
|
|
webview, adview {
|
|
display: inline-block;
|
|
width: 300px;
|
|
height: 300px;
|
|
}
|
|
html, body {
|
|
overflow: hidden;
|
|
}
|
|
img, a {
|
|
-webkit-user-drag: none;
|
|
}
|
|
[contenteditable], input {
|
|
-webkit-user-select: auto;
|
|
}
|