Skip to content

Commit

Permalink
Use position:fixed for cursor (closes DevExpress#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyBelym committed Jan 20, 2017
1 parent 0fe46d2 commit 862fb75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "testcafe",
"description": "Automated browser testing for the modern web development stack.",
"license": "MIT",
"version": "0.12.0",
"version": "0.12.1",
"author": {
"name": "Developer Express Inc.",
"url": "https://www.devexpress.com/"
Expand Down
2 changes: 1 addition & 1 deletion src/client/ui/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
.cursor {
.sprite-icon;

position: absolute;
.position-fixed();
left: 0;
top: 0;
width: 35px;
Expand Down

0 comments on commit 862fb75

Please sign in to comment.