mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Set .hidden-input to fixed position so we don't have to move it when the cursor moves
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
}
|
||||
|
||||
.editor .hidden-input {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
z-index: -1;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
||||
Reference in New Issue
Block a user