Skip to content

Commit

Permalink
add draggable utility class
Browse files Browse the repository at this point in the history
  • Loading branch information
connors committed Oct 18, 2015
1 parent 252eac0 commit 3da1898
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
4 changes: 4 additions & 0 deletions dist/css/photon.css
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,10 @@ h6 {
background-color: #f5f5f4;
}

.draggable {
-webkit-app-region: drag;
}

.clearfix:before, .clearfix:after {
display: table;
content: " ";
Expand Down

0 comments on commit 3da1898

Please sign in to comment.