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 May 10, 2023. It is now read-only.
I'm using PageWithHeader and PageWithSidebar in a layout. I'm not using collapseBelow. I have a button with its onClick set to page.sidebar.toggle that appears below 1200px. The Sidebar works as expected from 0-1023, but only flashes open from 1024px and up. Is it possible something within Bumbag is preventing the Sidebar from functioning at desktop and up?
To Reproduce
Try triggering page.sidebar.toggle with a width of 1024px or higher on any device or browser.
Expected behavior
I don't see anything in the docs that would preclude the sidebar from toggling open at 1024px+, so I would expect it to function as it does from 0-1023px.
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm using PageWithHeader and PageWithSidebar in a layout. I'm not using
collapseBelow
. I have a button with its onClick set topage.sidebar.toggle
that appears below 1200px. The Sidebar works as expected from 0-1023, but only flashes open from 1024px and up. Is it possible something within Bumbag is preventing the Sidebar from functioning at desktop and up?To Reproduce
Try triggering page.sidebar.toggle with a width of 1024px or higher on any device or browser.
Expected behavior
I don't see anything in the docs that would preclude the sidebar from toggling open at 1024px+, so I would expect it to function as it does from 0-1023px.
Screenshots
The text was updated successfully, but these errors were encountered: