diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-03-01 02:57:02 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-03-01 02:57:02 -0500 |
| commit | 48c6ecda32f329b2874d3f79310268819054ea3c (patch) | |
| tree | c4e2efd21cf3089e79f11c224abf1e70d582b496 /css | |
| parent | fb46410c5cb6aab64ed61def053076ab0ef35635 (diff) | |
| parent | 5b7549932c55ebe7388258fb19b65a907dd5d3d1 (diff) | |
Merge branch 'master' of lmno:ascii
Diffstat (limited to 'css')
| -rw-r--r-- | css/sally.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/sally.css b/css/sally.css index 6fdbe55..a3ffc1a 100644 --- a/css/sally.css +++ b/css/sally.css @@ -59,7 +59,7 @@ body { transition: 0.1s linear; } textarea { font-size:12pt; width: 42%; height: 300px; background: #333; color: #0f0; border: 0; font-family: 'FixedsysExcelsior301Regular'; outline: 0; border: 1px solid #333; background:#010;} #shader_rapper { display: none; } #import_rapper { display: none; } -#cursor_input { position: absolute; top: 0; right: 0; width:30px; opacity: 0; } +#cursor_input { position: fixed; top: 0; right: 0; width:30px; opacity: 0; } .selector_el { border: 1px dashed #fff !important; padding-top: 1px; |
