From dde862d5a630262c06370b8cdcec115dc033e747 Mon Sep 17 00:00:00 2001 From: Maximilian Mader Date: Sun, 2 Mar 2014 22:41:20 +0100 Subject: [PATCH] Fix overflow on reload button --- file/style/be.bastelstu.chat.less | 6 +++++- template/sidebar.tpl | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/file/style/be.bastelstu.chat.less b/file/style/be.bastelstu.chat.less index 628c309..0a2714f 100644 --- a/file/style/be.bastelstu.chat.less +++ b/file/style/be.bastelstu.chat.less @@ -441,7 +441,7 @@ .sidebar { > div { - > fieldset{ + > fieldset { padding-right: @wcfGapTiny; > div { @@ -452,6 +452,10 @@ } } + > div.overflowVisible { + overflow-y: visible; + } + &#timsChatUserListContainer { > div { height: 250px; diff --git a/template/sidebar.tpl b/template/sidebar.tpl index ec9a257..3b8f822 100644 --- a/template/sidebar.tpl +++ b/template/sidebar.tpl @@ -14,7 +14,7 @@ -
+