mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-04 18:51:17 +00:00
Merge pull request #2353 from weaveworks/help-panel-fix-height-overflow
Fix help panel fields max height
This commit is contained in:
@@ -1650,7 +1650,7 @@
|
||||
// Notes: Firefox gets a bit messy if you try and bubble
|
||||
// heights + overflow up (min-height issue + still doesn't work v.well),
|
||||
// so this is a bit of a hack.
|
||||
max-height: "calc(100vh - 160px - 160px - 160px)";
|
||||
max-height: calc(100vh - 160px - 160px - 160px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user