allow resizing window near the drag space (fixes #2005)

This commit is contained in:
Eugene Pankov
2020-01-15 16:07:51 +01:00
parent e9999ee883
commit 742affb88b

View File

@@ -64,6 +64,7 @@ $tab-border-radius: 4px;
&>.drag-space { &>.drag-space {
min-width: 1px; min-width: 1px;
flex: 1 0 1%; flex: 1 0 1%;
margin-top: 2px; // for window resizing
-webkit-app-region: drag; -webkit-app-region: drag;
&.persistent { &.persistent {