fix: hide scrollbars on all nested scrollable divs in monitor cards
Global webkit rule now covers all descendants, not just direct children. Inline scrollbar-width:none added to the three inner overflow-y:auto divs (transcode sessions, GPU processes, scripts list) so Firefox hides them too. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
0319b13304
commit
f0f136f28a
@@ -168,9 +168,8 @@
|
||||
scrollbar-width: none;
|
||||
}
|
||||
#vv-monitor .vv-card > div::-webkit-scrollbar { display: none; }
|
||||
/* Scripts inner list div has its own overflow — hide its scrollbar too */
|
||||
#vv-scripts-body > div { scrollbar-width: none; -ms-overflow-style: none; }
|
||||
#vv-scripts-body > div::-webkit-scrollbar { display: none; }
|
||||
/* Hide scrollbars on any nested scrollable div inside monitor cards */
|
||||
#vv-monitor .vv-card div::-webkit-scrollbar { display: none; }
|
||||
|
||||
/* Dynamic row heights capped per screen tier — rows size to content, never exceed the cap.
|
||||
minmax(0, Xpx): track is content-driven but capped; align-items:stretch makes all cards
|
||||
|
||||
Reference in New Issue
Block a user