sei-ec-remote / team-project-issues

0 stars 0 forks source link

navbar #183

Closed ItsAlbi007 closed 7 months ago

ItsAlbi007 commented 7 months ago

Describe the bug A clear and concise description of what the bug is.

What is the problem you are trying to solve?

so the problem is that when i make the page smaller i wanted all the nav bar url's to go into the menu which they do but the issue is the old ones still stay there like they go page below for some unknown reason

Expected behavior A clear and concise description of what you expected to happen. when i minimize the screen i want everything to go into the menu the dropdown

What is the actual behavior? A clear and concise description of what actually happened.

Post any code you think might be relevant (one fenced block per file)

What is your best guess as to the source of the problem?

What things have you already tried to solve the problem?

i tried switching the whole thing into something different but more problems started acquiring so i decided to stay where i was before with the code

Additional context Add any other context about the problem here.

Screenshot 2024-01-24 140147

Paste a link to your repository here https://github.com/da1dude/petdesk/blob/main/main_app/templates/base.html

nayaba commented 7 months ago

Try adding this class to your ul tag hide-on-med-and-down

ItsAlbi007 commented 7 months ago

Try adding this class to your ul tag hide-on-med-and-down

it worked can you tell me where you found that information i have been looking for an hour

nayaba commented 7 months ago

Materialize docs, Mobile Collapse Button section