mirror of
https://github.com/urbit/shrub.git
synced 2025-01-05 11:09:30 +03:00
btc: make feePicker position: absolute instead of relative
This commit is contained in:
parent
234b2be133
commit
aa7811c2f5
@ -30,7 +30,7 @@ export default class FeePicker extends Component {
|
|||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<Box
|
<Box
|
||||||
position="fixed" p={4}
|
position="absolute" p={4}
|
||||||
border="1px solid green" zIndex={10}
|
border="1px solid green" zIndex={10}
|
||||||
backgroundColor="white" borderRadius={3}
|
backgroundColor="white" borderRadius={3}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user