summaryrefslogtreecommitdiff
path: root/frontend/src/components/app/sidebars/topology/machine/MachineSidebarComponent.js
diff options
context:
space:
mode:
authorGeorgios Andreadis <info@gandreadis.com>2020-07-24 10:15:18 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2020-08-24 19:48:23 +0200
commit2892f05baeb79f77586eb36d3506a57b1d20b8aa (patch)
tree80405c59a947ea8f2316980e7e77ce0a20e0b421 /frontend/src/components/app/sidebars/topology/machine/MachineSidebarComponent.js
parentba5bce34d632ea9155dc957e90068d9f40b439ee (diff)
Increase component limits and add overflow handling
Diffstat (limited to 'frontend/src/components/app/sidebars/topology/machine/MachineSidebarComponent.js')
-rw-r--r--frontend/src/components/app/sidebars/topology/machine/MachineSidebarComponent.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/app/sidebars/topology/machine/MachineSidebarComponent.js b/frontend/src/components/app/sidebars/topology/machine/MachineSidebarComponent.js
index 02e7b8d4..7c78cf9e 100644
--- a/frontend/src/components/app/sidebars/topology/machine/MachineSidebarComponent.js
+++ b/frontend/src/components/app/sidebars/topology/machine/MachineSidebarComponent.js
@@ -6,7 +6,7 @@ import UnitTabsContainer from '../../../../../containers/app/sidebars/topology/m
const MachineSidebarComponent = ({ machineId }) => {
return (
- <div>
+ <div className="h-100 overflow-auto">
<MachineNameContainer />
<BackToRackContainer />
<DeleteMachineContainer />