From bf0463a325465896524fa561171b400976534640 Mon Sep 17 00:00:00 2001 From: Maximilian Mader Date: Thu, 27 Feb 2014 20:52:47 +0100 Subject: [PATCH] Fix attachment upload dropdown z-index issue --- file/style/be.bastelstu.chat.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/file/style/be.bastelstu.chat.less b/file/style/be.bastelstu.chat.less index 4180c92..ab7ffff 100644 --- a/file/style/be.bastelstu.chat.less +++ b/file/style/be.bastelstu.chat.less @@ -455,6 +455,10 @@ } } + #timsChatUploadDropdownMenu { + z-index: 398; + } + #timsChatCopyrightDialog { > div { background-repeat: no-repeat;