From e825f94028be49c10e77618f5d0fcefa824bffa9 Mon Sep 17 00:00:00 2001 From: lukas Date: Fri, 29 Jan 2021 21:39:19 +0100 Subject: [PATCH] fix #54 --- src/elements/Popups/PopupBase.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elements/Popups/PopupBase.module.css b/src/elements/Popups/PopupBase.module.css index c3f64c3..de6685a 100644 --- a/src/elements/Popups/PopupBase.module.css +++ b/src/elements/Popups/PopupBase.module.css @@ -12,6 +12,7 @@ } .header { + cursor: move; display: flex; flex-direction: row; flex-wrap: nowrap; @@ -19,7 +20,6 @@ } .title { - cursor: move; float: left; font-size: x-large; margin-left: 15px;