diff --git a/res/css/views/rooms/_AppsDrawer.scss b/res/css/views/rooms/_AppsDrawer.scss index 3a33b73ec9..d6fb055bc0 100644 --- a/res/css/views/rooms/_AppsDrawer.scss +++ b/res/css/views/rooms/_AppsDrawer.scss @@ -386,6 +386,11 @@ form.mx_Custom_Widget_Form div { } /* Hidden resize handle (Apptile bottom serves as indicator) */ +.mx_AppsDrawer .mx_ResizeHandle { + position: relative; + z-index: 1; +} + .mx_AppsDrawer .mx_ResizeHandle > div { background: inherit; }