You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2020. It is now read-only.
Currently, when the panel-wrapper is "translated", the px amount is moves it calculated on click (by panelwidth or height). When the user changes the devices width (orientation change) - the panel and the panel-wrapper do not respond to the new viewport size, likely because of the injected styling being calculated for the original viewport size.
Possible solution: add a resize() function
The text was updated successfully, but these errors were encountered:
Currently, when the
panel-wrapper
is "translated", thepx
amount is moves it calculated on click (bypanel
width
orheight
). When the user changes the devices width (orientation
change) - thepanel
and thepanel-wrapper
do not respond to the new viewport size, likely because of the injected styling being calculated for the original viewport size.Possible solution: add a
resize()
functionThe text was updated successfully, but these errors were encountered: