diff --git a/assets/css/js_interop.css b/assets/css/js_interop.css index d3394c136dc..33e746863a9 100644 --- a/assets/css/js_interop.css +++ b/assets/css/js_interop.css @@ -134,6 +134,10 @@ server in solely client-side operations. @apply hidden; } + [data-el-outputs-container] { + @apply hidden; + } + [data-el-cell-indicator] { @apply bg-gray-50 border-gray-200 text-gray-500; }