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 has been archived by the owner on Aug 5, 2020. It is now read-only.
First thanks for the awesome pikabu. Playing with it I noticed possibly a bug
When reducing the browser size the height is having a bit of issues.
How to Reproduce
Open the file.
Reduce the size of the browser.
Check if the last sentence Am I am visible is visible.
In chrome (37.0.2062.94 ), on first reducing the sentence is visible. When changing again to full size the scrollbar disappears.
In Mozilla 32 reducing don't show the scroll bar itself.
It could not detect when I increase the font size also. See code below.
<!DOCTYPE html><html><head><metacharset="utf-8" />
<metaname="author" content="Mobify"><metaname="description" content="A responsive, mobile first accordion UI module from Mobify"><metaname="keywords" content="mobify,mobile,modules,ui,responsive,carousel,scooch,slider"><title>Mobify Modules</title><linkrel="stylesheet" href="http://cdn.mobify.com/modules/pikabu/0.2.2/pikabu.css"><linkrel="stylesheet" href="http://cdn.mobify.com/modules/pikabu/0.2.2/pikabu-theme.css"><linkrel="shortcut icon" href="/static/img/favicon.ico"><metaname="viewport" content="width=device-width, initial-scale=1.0"></head><body><divclass="m-pikabu-viewport"><!-- the left sidebar --><divclass="m-pikabu-sidebar m-pikabu-left"><!-- left sidebar content -->
Left
</div><!-- the main page content --><divclass="m-pikabu-container"><!-- Overlay is needed to have a big click area to close the sidebars --><divclass="m-pikabu-overlay"></div><header><aclass="m-pikabu-nav-toggle" data-role="left">Left Menu</a><h1>Pikabu</h1><aclass="m-pikabu-nav-toggle" data-role="right">Right Menu</a></header><section><!-- Body content goes in here --><h2><strong>Pikabu</strong> is a speedy, flexible framework for off-canvas flyout panels.</h2><h3>Why use <strong>Pikabu</strong>?</h3><p><em>Simple markup</em> — Few containers and classes means implementation is a breeze.</p><p><em>Native scrolling</em> — Just like mom used to make. Momentum scrolling in sidebars and smart fallbacks for browsers that don’t support it.</p><p><em>Customization</em> — No theme, just barebones HTML and CSS. Pikabu is super customizable to your needs.</p><p><em>Compatibility</em> — This thing works on everything. We progressively enhance the experience for devices that support it.</p><p><em>Simple markup</em> — Few containers and classes means implementation is a breeze.</p><p><em>Native scrolling</em> — Just like mom used to make. Momentum scrolling in sidebars and smart fallbacks for browsers that don’t support it.</p><p><em>Customization</em> — No theme, just barebones HTML and CSS. Pikabu is super customizable to your needs.</p><p><em>Compatibility</em> — This thing works on everything. We progressively enhance the experience for devices that support it.</p><p><em>Simple markup</em> — Few containers and classes means implementation is a breeze.</p><p><em>Native scrolling</em> — Just like mom used to make. Momentum scrolling in sidebars and smart fallbacks for browsers that don’t support it.</p><p><em>Customization</em> — No theme, just barebones HTML and CSS. Pikabu is super customizable to your needs.</p><p><em>Compatibility</em> — This thing works on everything. We progressively enhance the experience for devices that support it.</p><p><em>Simple markup</em> — Few containers and classes means implementation is a breeze.</p><p><em>Native scrolling</em> — Just like mom used to make. Momentum scrolling in sidebars and smart fallbacks for browsers that don’t support it.</p><p><em>Customization</em> — No theme, just barebones HTML and CSS. Pikabu is super customizable to your needs.</p><p><em>Compatibility</em> — This thing works on everything. We progressively enhance the experience for devices that support it.</p><p><em>Simple markup</em> — Few containers and classes means implementation is a breeze.</p><p><em>Native scrolling</em> — Just like mom used to make. Momentum scrolling in sidebars and smart fallbacks for browsers that don’t support it.</p><p><em>Customization</em> — No theme, just barebones HTML and CSS. Pikabu is super customizable to your needs.</p><p>Am I am visible</p></section></div><!-- the right sidebar --><divclass="m-pikabu-sidebar m-pikabu-right"><!-- right sidebar content -->
Right
</div></div><scriptsrc="http://code.jquery.com/jquery-1.10.2.min.js"></script><scripttype="text/javascript" src="http://cdn.mobify.com/modules/pikabu/0.2.1/pikabu.min.js"></script><script>$(function(){pikabu=newPikabu();});</script></body></html>
See attached image from firefox.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
First thanks for the awesome pikabu. Playing with it I noticed possibly a bug
When reducing the browser size the height is having a bit of issues.
How to Reproduce
Am I am visible
is visible.In chrome (37.0.2062.94 ), on first reducing the sentence is visible. When changing again to full size the scrollbar disappears.
In Mozilla 32 reducing don't show the scroll bar itself.
It could not detect when I increase the font size also. See code below.
See attached image from firefox.
Thank you.
The text was updated successfully, but these errors were encountered: