Skip to content

Commit

Permalink
fix(svg): Hide SVG that caused a white bar at the top of the screen
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorgerhardt committed Sep 25, 2018
1 parent 697adcf commit c8ff62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export default class Application extends Component<Props, State> {
return (
<div>
<div className='Fullscreen'>
<svg>
<svg width='0' height='0' style='position:absolute'>
<defs>
<filter id='shadow'>
<feDropShadow dx='1' dy='1' stdDeviation='1' />
Expand Down

0 comments on commit c8ff62e

Please sign in to comment.