diff options
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/info-card.scss | 8 |
1 files changed, 4 insertions, 4 deletions
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; } |
