Skip to content

Commit

Permalink
Fix dropdown cropping when creating new items
Browse files Browse the repository at this point in the history
Fix cropping of dropdown menus when creating new
organizations/departments/products.

The removed CSS snippet was originally added to fix a layout bug in
the new OKR sidebar view in Firefox. That problem doesn't seem to be
present anymore, so the snippet should be safe to remove.
  • Loading branch information
simenheg committed Sep 26, 2023
1 parent 1d2c202 commit ff0db7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ All notable changes to this project will be documented in this file. The format
- Improved WCAG compliance with respect to text color contrast.
- Fixed a problem that would sometimes cause an "infinite spinner" when a new
version of the app was deployed.
- Fixed cropping of dropdown menus when creating new
organizations/departments/products.

### Changed

Expand Down
4 changes: 0 additions & 4 deletions src/components/layout/PageLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ export default {
}
}
&__main {
overflow-x: hidden;
}
&__footer {
margin-top: auto;
}
Expand Down

0 comments on commit ff0db7f

Please sign in to comment.