Skip to content

Commit

Permalink
Merge pull request #1392 from Artsdatabanken/feature/submenu-mobile
Browse files Browse the repository at this point in the history
Undermeny i header på mobil
  • Loading branch information
eirikn-artsdatabanken authored Feb 23, 2024
2 parents 79b0451 + 33f7874 commit de84fa0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
{
AssessmentType = Assessments.Frontend.Web.Infrastructure.Enums.AssessmentType.AlienSpecies2023,
PageMenuContentId = Constants.AlienSpecies2023PageMenuContentId,
PageMenuSubContentId = Constants.AlienSpecies2023SubPageMenuContentId,
PageMenuExpandButtonText = Constants.AlienSpecies2023PageManuExpandButtonText,
PageMenuHeaderText = Constants.AlienSpecies2023PageMenuHeaderText
};
Expand Down
6 changes: 3 additions & 3 deletions Assessments.Frontend.Web/wwwroot/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ option {
right: 10px;
left: auto;
top: -30px;
z-index: 2;
z-index: 13;
height: 10px;
}

Expand Down Expand Up @@ -455,8 +455,8 @@ option {
}

.sidebarmenu {
max-width: 200px;
width:200px;
max-width: 100%;
width: 100%;
height: auto;
padding: 0;
top: 0;
Expand Down

0 comments on commit de84fa0

Please sign in to comment.