1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Fix overflow on reload button

This commit is contained in:
Maximilian Mader 2014-03-02 22:41:20 +01:00
parent c2d2ea460c
commit dde862d5a6
2 changed files with 6 additions and 2 deletions

View File

@ -441,7 +441,7 @@
.sidebar { .sidebar {
> div { > div {
> fieldset{ > fieldset {
padding-right: @wcfGapTiny; padding-right: @wcfGapTiny;
> div { > div {
@ -452,6 +452,10 @@
} }
} }
> div.overflowVisible {
overflow-y: visible;
}
&#timsChatUserListContainer { &#timsChatUserListContainer {
> div { > div {
height: 250px; height: 250px;

View File

@ -14,7 +14,7 @@
</ul> </ul>
</div> </div>
<div class="marginTop"> <div class="marginTop overflowVisible">
<a id="timsChatRoomListReloadButton" class="button small jsOnly">{lang}chat.global.forceRefresh{/lang}</a> <a id="timsChatRoomListReloadButton" class="button small jsOnly">{lang}chat.global.forceRefresh{/lang}</a>
</div> </div>
</fieldset> </fieldset>