Scroll to reveal White Label tab

The Vouchers tab pushed the White Label tab further down and it was
hidden by the savebar. The CSS adjustment in this commit makes sure
that users can always see all menu items.

The automatic scrolling by Capybara fails because of the savebar but
scrolling to the bottom works.
This commit is contained in:
Maikel Linke
2023-12-22 16:06:04 +11:00
parent b0b061f97d
commit e2eead0f86
2 changed files with 20 additions and 27 deletions

View File

@@ -2,6 +2,9 @@
border-right: 2px solid #f6f6f6;
border-top: 2px solid #f6f6f6;
/* Reserve space for the save bar to avoid hidden menu items. */
margin-bottom: 2em;
.menu_item {
display: block;
padding: 8px 15px;