Ver código fonte

fix shadergraph params going outside the window

lviguier 1 ano atrás
pai
commit
065a7c808d
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      bin/style.css
  2. 1 1
      bin/style.less

+ 1 - 1
bin/style.css

@@ -1903,7 +1903,7 @@ input[type=checkbox]:checked:after {
   height: 100%;
 }
 .graph-view .tabs .tab .hide-block {
-  height: calc(100% - 5% - max(250px, 25%));
+  height: 600px;
 }
 .graph-view .tabs .tab .hide-block #parametersList {
   height: 100%;

+ 1 - 1
bin/style.less

@@ -2119,7 +2119,7 @@ input[type=checkbox] {
 			height: 100%;
 			@options-height: max(250px, 25%);
 			.hide-block {
-				height: calc(100% - 5% - @options-height);
+				height: 600px;
 
 				#parametersList {
 					height: 100%;