diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-07 15:01:51 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-07 15:03:11 +0200 |
| commit | 80961723894cc535e4d3654053cebb06de4e5195 (patch) | |
| tree | 8ad4b2bd6ce8f54d51617f66ca2af66255119f6c /res/client/css/partials | |
| parent | a823e00e4677be4c9d7bdffbbb6b2fb355c84c48 (diff) | |
client/node_info: hack for y-overflow. creates horizontal bar as well which is ugly
Together with addition of new attributes fixes #357
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/info-card.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/client/css/partials/info-card.scss b/res/client/css/partials/info-card.scss index 2efbc144..d74ffff4 100644 --- a/res/client/css/partials/info-card.scss +++ b/res/client/css/partials/info-card.scss @@ -4,6 +4,7 @@ position: absolute; right: $graph-margin-right; top: 130px; + overflow-y: auto; } .subtitle { |
