.ModuleLoader { position: fixed; top: 0; right: 0; width: 300px; height: 100vh; background: #f8f9fa; overflow-y: scroll; overflow-x: hidden; border: 1px solid #dee2e6!important; padding: 10px 5px; z-index: 99999; } .MemoryLoaderUI { z-index: 999999; position: fixed; top: 0; left: 0; background: rgba(0,55,0, 0.25); border: 1px solid #666; padding: 2px 2px; text-align: left; width: 200px; margin: 0; max-height: 95vh; overflow-y: auto; } .MemoryLoaderUI.mini { width: 50px; } .MemoryLoaderUI.mini .row { margin: 0; } .ServiceBar { position: fixed; bottom: 0; z-index: 9999; min-height: 40px; } .ServiceBar>.row { margin-bottom: 3px; } .ServiceDisplay { position: fixed; left: 1px; top: 5vh; width: 400px; z-index: 10000000; height: 85vh; overflow-y: auto; overflow-x: hidden; border: 1px solid #cecece; } .ServiceDisplay > .card-content { padding: 1px; text-align: left; } .MemoryLoaderUI .card-content { padding: 3px; }