Merge branch 'dev' into dev-Silversthorn

This commit is contained in:
Silversthorn 2021-08-22 01:42:43 +02:00
commit 2df9810ab4

View File

@ -69,6 +69,18 @@
</div>
</div>
</div>
<style>
#virt_console::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
#virt_console {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
</style>
<!-- content-wrapper ends -->
{% end %}