-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Documentation outdated: hide aside menu class #119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@alexander-myltsev thanks for the catch! |
Do I understand you correctly that applying |
Toggling class |
OK, that works. I was asking if it is possible to make it invisible? Like completely disable right triple bar icon? |
@alexander-myltsev
|
Thank you! That worked out! |
Thank you So much. |
I added this same stuff, asidemenutoggler is gone in large view but appears when i go into mobile view. Any way i can take it off totally ?
|
hi @codekeyz <app-header
[asideMenuToggler]=false
[mobileAsideMenuToggler]="false" >
</app-header> |
@xidedix thanks, it worked |
I'm using CoreUI Angular.
https://coreui.io/docs/layout/overview/ says there is
.aside-menu-hidden
. But I don't see any:Seems like documentation is outdated. How to hide aside menu?
The text was updated successfully, but these errors were encountered: