Skip to content

Commit

Permalink
Fix: #12554 p-image inside p-scrollPanel - Scrollbar shows through image
Browse files Browse the repository at this point in the history
  • Loading branch information
gucal committed Jan 30, 2023
1 parent d10f133 commit b162072
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/components/scrollpanel/scrollpanel.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
width: 100%;
height: 100%;
position: relative;
z-index: 1;
float: left;
}

Expand All @@ -20,7 +19,6 @@
position: relative;
background: #c1c1c1;
border-radius: 3px;
z-index: 2;
cursor: pointer;
opacity: 0;
transition: opacity 0.25s linear;
Expand Down

0 comments on commit b162072

Please sign in to comment.