Skip to content

Commit

Permalink
Merge pull request #23 from rognstadragnar/patch-1
Browse files Browse the repository at this point in the history
Prevent text selection in action area
  • Loading branch information
rbrahul committed Oct 8, 2019
2 parents 8783112 + 7cdac27 commit ae390c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/style.css
Expand Up @@ -66,6 +66,7 @@ body {
position: fixed;
top:20px;
right: 75px;
user-select: none;
}
.action-area>ul.menus {
margin:0;
Expand Down

0 comments on commit ae390c6

Please sign in to comment.