From 1224df773b03079727303f0f9873b7b26cb16831 Mon Sep 17 00:00:00 2001 From: garbash Date: Tue, 19 May 2015 13:05:59 +0300 Subject: Fixes issue #542 --- res/client/css/partials/info-card.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'res/client/css/partials') diff --git a/res/client/css/partials/info-card.scss b/res/client/css/partials/info-card.scss index 3827cf4a..79efc1e1 100644 --- a/res/client/css/partials/info-card.scss +++ b/res/client/css/partials/info-card.scss @@ -1,17 +1,17 @@ @import '../modules/mixins'; // For box-shadow and box-sizing .info-container { + margin-top: 85px; + margin-bottom: 20px; + position: absolute; + max-height: 300px; background-color: white; border-top: 6px solid $dark-grey; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.55); overflow-y: auto; padding: 12px 10px; - position: absolute; right: $graph-margin-right; - top: 120px; width: 300px; - bottom: 160px; - @include rz-box-sizing-border; } -- cgit v1.3.1