mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +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() {
|
||||
return (
|
||||
<Box
|
||||
position="fixed" p={4}
|
||||
position="absolute" p={4}
|
||||
border="1px solid green" zIndex={10}
|
||||
backgroundColor="white" borderRadius={3}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user