storj/web
Jeremy Wharton f84111ee69 web/satellite: prevent token card text from overlapping elements
This change resolves an issue where text inside the Billing page's
Storj Token card would appear over the project dropdown menu.
The issue was caused by using z-indexing to prevent an absolutely
positioned cosmetic element from displaying over its non-positioned
siblings. An alternate solution is presented in this change:
specifying a position for the non-cosmetic elements allows them to
display properly over preceding positioned elements without the usage
of z-indexing.

Resolves #5219

Change-Id: Icebbda33dcef9418020b025fe8ab3f461cd56533
2022-11-18 21:05:21 +00:00
..
multinode web/multinode: fixed linter 2022-11-04 19:06:21 +00:00
satellite web/satellite: prevent token card text from overlapping elements 2022-11-18 21:05:21 +00:00
storagenode storagenode: overhaul QUIC check implementation 2022-11-09 03:15:57 +00:00