From 742affb88b3e4c47aa6835248335e69c62606026 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Wed, 15 Jan 2020 16:07:51 +0100 Subject: [PATCH] allow resizing window near the drag space (fixes #2005) --- terminus-core/src/components/appRoot.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/terminus-core/src/components/appRoot.component.scss b/terminus-core/src/components/appRoot.component.scss index 17459dcd..689fc7f4 100644 --- a/terminus-core/src/components/appRoot.component.scss +++ b/terminus-core/src/components/appRoot.component.scss @@ -64,6 +64,7 @@ $tab-border-radius: 4px; &>.drag-space { min-width: 1px; flex: 1 0 1%; + margin-top: 2px; // for window resizing -webkit-app-region: drag; &.persistent {