aluna-crypto / boosted-dapp

0 stars 0 forks source link

Fix border on the "use wallet" button #16

Open hems opened 4 years ago

hems commented 4 years ago

We can see there is a lot of border around that button that is going over the content of the page ( for instance the border of the boxes behind the button disappear )

Ideally we would have no border around or at leas the background of that box would be transparent.

image

faustovanin commented 3 years ago

The workaround I've implemented on the pages was setting a padding-bottom of 200px to each page for the button to stay out of view when scrolling to page bottom.

Is it enough or you still prefer to reduce the button padding?