fix: buckets browse button was not clickable (#2249)

Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com>
This commit is contained in:
Lenin Alevski
2022-08-16 16:23:48 -07:00
committed by GitHub
parent 64dc605843
commit 697910c7b2

View File

@@ -221,6 +221,7 @@ const BasicDashboard = ({ usage }: IDashboardProps) => {
<Link
to={IAM_PAGES.BUCKETS}
style={{
zIndex: 999,
textDecoration: "none",
top: "40px",
position: "relative",