Skip to content

Commit

Permalink
Refs #136090 - Fix menu position on small screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Jan 12, 2022
1 parent 8928f94 commit f19093a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -1435,6 +1435,14 @@ div#page-document {
margin: 0px !important;
}
}

div.content-section-tabs.menu {
div.item.dropdown {
div.menu {
transform: translateX(-90px);
}
}
}
}

div.prev-next-paging button.next,
Expand Down

0 comments on commit f19093a

Please sign in to comment.