fix: allow card overflow visible so hover lift isn't clipped
This commit is contained in:
parent
71dbb66798
commit
cacd196188
1 changed files with 6 additions and 0 deletions
|
|
@ -215,6 +215,12 @@ body:has(#itemDetailPage) html::after,
|
||||||
|
|
||||||
/* --- Glass Cards --- */
|
/* --- Glass Cards --- */
|
||||||
|
|
||||||
|
/* Allow cards to lift outside their container bounds */
|
||||||
|
.card,
|
||||||
|
.cardBox {
|
||||||
|
overflow: visible !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* All show/movie/episode cards */
|
/* All show/movie/episode cards */
|
||||||
.cardScalable {
|
.cardScalable {
|
||||||
background:
|
background:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue