Skip to content

Commit

Permalink
Allow dragging
Browse files Browse the repository at this point in the history
  • Loading branch information
beamercola committed Nov 2, 2015
1 parent 9ce1f2e commit c8ad3fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions styles/tabs.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
.tab-bar {
display: -webkit-flex;
-webkit-user-select: none;
-webkit-app-region: drag;
margin: 0;

.tab {
Expand All @@ -14,6 +15,7 @@
padding-left: 10px;
padding-right: 10px + @close-icon-size + 2px;
-webkit-user-drag: element;
-webkit-app-region: no-drag;
-webkit-flex: 1;
max-width: 175px;
min-width: 40px;
Expand Down

0 comments on commit c8ad3fb

Please sign in to comment.