@vcl/vcl
Version:
The whole VCL in one package
14 lines (10 loc) • 347 B
HTML
<div class="scrollable y" style="height: 300px;">
<div class="loading-layer-container" style="background-color: #fff8d0; height: 500px;">
Test container with test content
<div tabindex="-1" class="loading-layer">
<div class="loading-layer-content">
Loading Message or Spinner here
</div>
</div>
</div>
</div>