mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Fix dropdown when switching to fullscreen
This commit is contained in:
parent
70f6516176
commit
859bc369ef
@ -236,6 +236,9 @@ Mark smilies as disabled when they are disabled.
|
||||
Toggle fullscreen mode.
|
||||
|
||||
$('#timsChatFullscreen').click (event) ->
|
||||
# Force dropdowns to reorientate
|
||||
$('.dropdownMenu').data 'orientationX', ''
|
||||
|
||||
if $('#timsChatFullscreen').data 'status'
|
||||
$('html').addClass 'fullscreen'
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user