Skip to content

Commit 697910c

Browse files
authored
fix: buckets browse button was not clickable (#2249)
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com>
1 parent 64dc605 commit 697910c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

portal-ui/src/screens/Console/Dashboard/BasicDashboard/BasicDashboard.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ const BasicDashboard = ({ usage }: IDashboardProps) => {
221221
<Link
222222
to={IAM_PAGES.BUCKETS}
223223
style={{
224+
zIndex: 999,
224225
textDecoration: "none",
225226
top: "40px",
226227
position: "relative",

0 commit comments

Comments
 (0)