-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dropdown cropping when creating new items
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
Showing
2 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,10 +101,6 @@ export default { | |
} | ||
} | ||
&__main { | ||
overflow-x: hidden; | ||
} | ||
&__footer { | ||
margin-top: auto; | ||
} | ||
|