sunrize 1.7.35 → 1.7.37

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.
@@ -171,7 +171,6 @@ tr.disabled ~ tr > td > div {
171
171
  /* Vertical splitter */
172
172
 
173
173
  .vertical-splitter {
174
- overflow: hidden;
175
174
  position: absolute;
176
175
  box-sizing: border-box;
177
176
  inset: 0;
@@ -365,7 +364,6 @@ tr.disabled ~ tr > td > div {
365
364
  }
366
365
 
367
366
  .ui-tabs > .ui-tabs-panel {
368
- overflow: hidden;
369
367
  box-sizing: border-box;
370
368
  position: relative;
371
369
  padding: unset;
@@ -380,7 +378,6 @@ tr.disabled ~ tr > td > div {
380
378
 
381
379
  .tabs-panel {
382
380
  position: absolute;
383
- overflow: hidden;
384
381
  inset: 0;
385
382
  }
386
383
 
@@ -728,7 +725,6 @@ body.dark .ui-widget .library-list .component {
728
725
  /* Footer */
729
726
 
730
727
  #footer {
731
- overflow: hidden;
732
728
  position: absolute;
733
729
  box-sizing: border-box;
734
730
  width: 100%;
@@ -743,7 +739,6 @@ body.dark .ui-widget .library-list .component {
743
739
  }
744
740
 
745
741
  .console {
746
- overflow: hidden;
747
742
  box-sizing: border-box;
748
743
  }
749
744
 
@@ -882,7 +877,6 @@ body.dark .ui-widget .library-list .component {
882
877
  }
883
878
 
884
879
  .script-editor .script-editor-left {
885
- overflow: hidden;
886
880
  position: absolute;
887
881
  box-sizing: border-box;
888
882
  left: 0;
@@ -928,7 +922,6 @@ body.dark .ui-widget .library-list .component {
928
922
  /* Animation Editor */
929
923
 
930
924
  .animation-editor {
931
- overflow: hidden;
932
925
  box-sizing: border-box;
933
926
  }
934
927