jquery - Trying to setup Jansy-bootstrap offcanvas menu sliding in from the right -
i have setup , works fine when menu sliding in left, need slide in right. menu when used right, appears rather transitioning in.
if have @ jsfiddle link see mean. comment out right , use left see difference between two.
<div class="navmenu offcanvas-sm navmenu-default navmenu-fixed-left"> works <div class="navmenu offcanvas-sm navmenu-default navmenu-fixed-right"> works doesn't slide, appears. https://jsfiddle.net/1eddy87/8bgls0bn/
* update: issue seems occur on firefox *
any ideas?
ok, i've never used (or heard of) jansy-bootstrap before, bit of google, , found this, makes sense.
basically, appears need add following either directly bootstrap css, or own css file (probably better, since don't changing core files framework!)
.navmenu-fixed-right { left: auto !important; } seems bit of temporary patch me though - best notify framework developer of bug.
can seen working in firefox here
Comments
Post a Comment