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:
parent
c2d2ea460c
commit
dde862d5a6
@ -452,6 +452,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
> div.overflowVisible {
|
||||
overflow-y: visible;
|
||||
}
|
||||
|
||||
&#timsChatUserListContainer {
|
||||
> div {
|
||||
height: 250px;
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<div class="marginTop">
|
||||
<div class="marginTop overflowVisible">
|
||||
<a id="timsChatRoomListReloadButton" class="button small jsOnly">{lang}chat.global.forceRefresh{/lang}</a>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
Loading…
Reference in New Issue
Block a user