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);
|
||||
|
||||
return (
|
||||
<div>
|
||||
<>
|
||||
<ContentHeader title="Proxies" />
|
||||
<div>
|
||||
<div className={s0.body}>
|
||||
<div className={s0.fabgrp}>
|
||||
<Button label="Test Latency" onClick={requestDelayAll} />
|
||||
</div>
|
||||
|
@ -49,6 +49,6 @@ export default function Proxies() {
|
|||
);
|
||||
})}
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
.root {
|
||||
.body {
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
|
||||
.group {
|
||||
|
@ -7,6 +8,7 @@
|
|||
|
||||
.fabgrp {
|
||||
position: fixed;
|
||||
z-index: 1;
|
||||
right: 20px;
|
||||
bottom: 20px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue