@cesdk/cesdk-js 1.73.0-rc.2 → 1.73.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7296,15 +7296,26 @@ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__larg
7296
7296
  .UBQ_VideoTimeline-module__blockWrapper--h7Hee {
7297
7297
  position: relative;
7298
7298
  align-self: end;
7299
+ isolation: isolate;
7299
7300
  margin: 0 var(--ubq-margin-m) var(--ubq-margin-m) var(--ubq-margin-m);
7300
7301
  }
7302
+ .UBQ_VideoTimeline-module__blockWrapper--h7Hee,
7303
+ .UBQ_VideoTimeline-module__blockWrapper--h7Hee * {
7304
+ -webkit-user-drag: none;
7305
+ -webkit-user-select: none;
7306
+ user-select: none;
7307
+ }
7301
7308
  .UBQ_VideoTimeline-module__block--7jS2p {
7302
7309
  position: relative;
7303
7310
  isolation: isolate;
7311
+ box-sizing: border-box;
7304
7312
  background: var(--ubq-elevation-1-blur);
7305
7313
  border: 1px solid var(--ubq-stroke-contrast-1);
7306
7314
  border-radius: var(--ubq-border_radius-xl);
7307
7315
  overflow: hidden;
7316
+ display: flex;
7317
+ flex-direction: column;
7318
+ max-height: calc(var(--ubq_internal-containerquery-height) - max(var(--ubq_internal-containerquery-height) * 0.4, 200px) - var(--ubq-margin-m));
7308
7319
  }
7309
7320
  .UBQ_VideoTimeline-module__block--7jS2p::before {
7310
7321
  content: "";
@@ -7340,13 +7351,11 @@ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__larg
7340
7351
  opacity: 1;
7341
7352
  cursor: row-resize;
7342
7353
  }
7343
- .UBQ_VideoTimeline-module__expandable--qztys {
7344
- position: relative;
7345
- }
7346
7354
  .UBQ_VideoTimeline-module__scrollContainerWrapper--7dmag {
7347
7355
  position: relative;
7348
7356
  width: 100%;
7349
- height: 100%;
7357
+ flex: 1 1 auto;
7358
+ min-height: 0;
7350
7359
  overflow: hidden;
7351
7360
  }
7352
7361
  .UBQ_VideoTimeline-module__scrollContainer--ZSu2E {