Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
fix(info-panel): fix overflow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
reinoute committed May 10, 2016
1 parent 04d4242 commit 497141e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/info-panel/info-panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ info-panel {
}

.info-panel-section {
height: 100%;
height: calc(100% - 2rem);
}

0 comments on commit 497141e

Please sign in to comment.