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
Hello guys 👋
I make local repository and build twbs 5.2 docs successfully, then start my SCSS project based on bootstrap docs, but I face unexpected CSS issue (likely) (i figure it out after a couple hour), whenever I customize navbar style (site/assets/scss/_navbar.scss) the code:
Change take effect, navbar now have gradient opacity of primary color and every object behind it become blur. Really nice effect.
Normally when the view-port decreased to medium (tablet) size, the menu items on navbar hiding and the three dots appear as button to trigger offcanvas to show. After I add the backdrop-filter property, the offcanvas doesn't show properly whenever I click the button, the only visible of offcanvas menu is the title.
Please help me guys, I really like the bootstrap documentation style but I want to have a modification on my own. Here are the screenshot of what happened to offcanvas before and after the modification.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello guys 👋
I make local repository and build twbs 5.2 docs successfully, then start my SCSS project based on bootstrap docs, but I face unexpected CSS issue (likely) (i figure it out after a couple hour), whenever I customize navbar style (
site/assets/scss/_navbar.scss
) the code:I have modification to use
backdrop-filter
CSS property since it now officially supported by firefox (v103), I've change the code above to:Change take effect, navbar now have gradient opacity of primary color and every object behind it become blur. Really nice effect.
Normally when the view-port decreased to medium (tablet) size, the menu items on navbar hiding and the three dots appear as button to trigger
offcanvas
to show. After I add thebackdrop-filter
property, theoffcanvas
doesn't show properly whenever I click the button, the only visible of offcanvas menu is the title.Please help me guys, I really like the bootstrap documentation style but I want to have a modification on my own. Here are the screenshot of what happened to offcanvas before and after the modification.
Beta Was this translation helpful? Give feedback.
All reactions