Improve video display by ensuring elements appear correctly
Add relative positioning to video elements on hover to fix display issues. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 2eb1084e-b728-4449-9231-f1665924c8d5 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/2eb1084e-b728-4449-9231-f1665924c8d5/kdQ95gE
This commit is contained in:
parent
f33fddaaf9
commit
1e215b1de2
@ -390,6 +390,7 @@ input[data-testid*="search"]::placeholder {
|
||||
/* Simple hover video effect - just higher z-index */
|
||||
.individual-video-hover:hover {
|
||||
z-index: 9999 !important;
|
||||
position: relative !important;
|
||||
transform: scale(1.05) !important;
|
||||
transition: all 0.3s ease !important;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user