Standard, the submenu-items are not show (display: none;). Here is the css for that. .submenu{ &:focus-within { .submenu-item{ display: flex; } } ...
確定! 回上一頁