Hide scrollbar on scripts card inner list div
This commit is contained in:
@@ -163,6 +163,9 @@
|
|||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
}
|
}
|
||||||
#vv-monitor .vv-card > div::-webkit-scrollbar { display: 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; }
|
||||||
|
|
||||||
/* Dynamic row heights capped per screen tier — rows size to content, never exceed the cap.
|
/* 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
|
minmax(0, Xpx): track is content-driven but capped; align-items:stretch makes all cards
|
||||||
|
|||||||
Reference in New Issue
Block a user