fix: link z-index:0, tile z-index:1 pointer-events:none, scroll restored
This commit is contained in:
@@ -360,8 +360,7 @@ button {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 0.3rem;
|
gap: 0.3rem;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
position: relative;
|
pointer-events: auto;
|
||||||
z-index: 2;
|
|
||||||
}
|
}
|
||||||
.svc-cred-row {
|
.svc-cred-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -417,7 +416,7 @@ button {
|
|||||||
.tile-link {
|
.tile-link {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
z-index: 1;
|
z-index: 0;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
}
|
}
|
||||||
.tile {
|
.tile {
|
||||||
@@ -435,7 +434,8 @@ button {
|
|||||||
min-height: 0;
|
min-height: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 0;
|
z-index: 1;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
.tile-wrap:hover .tile {
|
.tile-wrap:hover .tile {
|
||||||
transform: translateY(-2px);
|
transform: translateY(-2px);
|
||||||
@@ -481,6 +481,7 @@ button {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
.tile-comment {
|
.tile-comment {
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
Reference in New Issue
Block a user