From d9788e0d3de086ae815fb55f9e0dafeac89ac5d8 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Tue, 17 May 2022 18:55:43 -0500 Subject: Increase the vertical height of the draggable area to center the 3 OS titlebar-buttons --- src/components/layout/AppLayout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components') diff --git a/src/components/layout/AppLayout.js b/src/components/layout/AppLayout.js index 5aaac133a..5cfd66714 100644 --- a/src/components/layout/AppLayout.js +++ b/src/components/layout/AppLayout.js @@ -65,7 +65,7 @@ const styles = theme => ({ display: 'block', zIndex: 1, width: '100%', - height: '23px', + height: '29px', position: 'absolute', top: 0, }, -- cgit v1.2.3-54-g00ecf