Преглед на файлове

Fix `Edit Replica` modal not scrolling correctly

If there are a lot of fields in the Target Options (ex.: Openstack), the
scroll doesn't show up correctly on Chrome and Firefox.
Sergiu Miclea преди 7 години
родител
ревизия
f96a030484
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/components/organisms/EditReplica/EditReplica.jsx

+ 1 - 0
src/components/organisms/EditReplica/EditReplica.jsx

@@ -48,6 +48,7 @@ const PanelContent = styled.div`
   flex-direction: column;
   flex-direction: column;
   justify-content: space-between;
   justify-content: space-between;
   flex-grow: 1;
   flex-grow: 1;
+  min-height: 0;
 `
 `
 const LoadingWrapper = styled.div`
 const LoadingWrapper = styled.div`
   display: flex;
   display: flex;