Enable smooth panning between past/live.

This commit is contained in:
Dermot Duffy
2023-04-09 19:23:34 -07:00
parent b3bb56298a
commit e1d74dc35a
26 changed files with 474 additions and 339 deletions
+3 -2
View File
@@ -14,8 +14,9 @@
overflow: hidden;
}
::slotted:not([name]) {
::slotted(:not([slot])) {
// Expand the main body to fill available content not otherwise used by the
// surround.
// named slots around the surround.
flex: 1;
min-height: 0px;
}