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.
Currently, when the
panel-wrapperis "translated", thepxamount is moves it calculated on click (bypanelwidthorheight). When the user changes the devices width (orientationchange) - thepaneland thepanel-wrapperdo 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