Open
Description
Issue type
I'm submitting a ... (check one with "x")
- bug report
- feature request
Issue description
Current behavior:
I have a simple sidebar with some menu items and a header and a layout-column. When page is resized the sidebar does not collapse or open as per responsive behavior. Its fixed. I added a menu button to toggle sidebar which works fine. I also subscribed to themeservice and logged the change in screen width, which is also working. so why the sidebar should behave responsively.
Expected behavior:
Responsiveness should work
Steps to reproduce:
<nb-icon icon="menu-2-outline" (click)="changeSidebar()">
Phoebus List
<nb-menu [items]="items">
Page Content
Related code:
insert short code snippets here
Other information:
npm, node, OS, Browser
<!--
Node, npm: `node --version` and `npm --version`
OS: Windows (7/8/10). Linux (incl. distribution). macOS (El Capitan? Sierra?)
Browser: Chrome/Safari/Firefox/etc?
-->
Angular, Nebular
<!--
Check your `package-lock.json` or locate a `package.json` in the `node_modules` folder.
-->