fix(proxies): test latency FAB was covered by proxy card
This commit is contained in:
parent
d67eb1b431
commit
515f7376a8
2 changed files with 6 additions and 4 deletions
|
@ -35,9 +35,9 @@ export default function Proxies() {
|
||||||
const { groupNames } = useStoreState(mapStateToProps);
|
const { groupNames } = useStoreState(mapStateToProps);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<>
|
||||||
<ContentHeader title="Proxies" />
|
<ContentHeader title="Proxies" />
|
||||||
<div>
|
<div className={s0.body}>
|
||||||
<div className={s0.fabgrp}>
|
<div className={s0.fabgrp}>
|
||||||
<Button label="Test Latency" onClick={requestDelayAll} />
|
<Button label="Test Latency" onClick={requestDelayAll} />
|
||||||
</div>
|
</div>
|
||||||
|
@ -49,6 +49,6 @@ export default function Proxies() {
|
||||||
);
|
);
|
||||||
})}
|
})}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
.root {
|
.body {
|
||||||
|
padding-bottom: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.group {
|
.group {
|
||||||
|
@ -7,6 +8,7 @@
|
||||||
|
|
||||||
.fabgrp {
|
.fabgrp {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
z-index: 1;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue