We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31a1c5 commit fdb5840Copy full SHA for fdb5840
1 file changed
client/app/bundles/comments/components/NavigationBar/NavigationBar.jsx
@@ -14,7 +14,7 @@ function NavigationBar(props) {
14
15
const [isOpen, setIsOpen] = useState(false);
16
17
- const menuWrapperClasses = 'flex flex-col gap-1 pb-4 lg:pb-0 lg:flex-row lg:flex-wrap lg:items-center';
+ const menuWrapperClasses = 'flex flex-col gap-1 pb-4 lg:pb-0 lg:flex-row lg:flex-wrap lg:items-center lg:visible';
18
const navItemClassName = (isActive) =>
19
classNames(
20
'inline-flex w-full rounded-full px-4 py-2.5 text-sm font-semibold transition lg:w-auto',
0 commit comments