简体   繁体   中英

TYPO3 doesn't hide the Bootstrap hamburger menu after closing it

I have a problem with my navigation in the mobile view. The menu works fine when it is open, but when I close it the whole menu moves next to the navigation bar.

Here is a pic of the problem: 问题

Before: 关闭菜单

Could it be that I forgot to add a bootstrap file or is it a TYPO3 problem?

Thanks a lot already

I found the problem. i overwrote a class in the CSS file.

#mainnavigation{
    display: flex;
    flex-direction: row-reverse;
    flex: none;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM