Skip to content

Commit

Permalink
Fix z-index and firefox bugs (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophstad authored Apr 21, 2020
1 parent 4b1b3ab commit d4bd4ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/FeedbackWidget/FeedbackCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const Floating = styled.div`
position: fixed;
top: 256px;
right: 40px;
z-index: 80;
`;
const Card = styled(LeafygreenCard)`
width: 320px;
Expand Down
1 change: 1 addition & 0 deletions src/styles/code.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.code * {
overflow-wrap: normal !important;
white-space: pre;
word-break: normal !important;
}

0 comments on commit d4bd4ed

Please sign in to comment.