mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-02 13:57:05 +02:00
v0.55.0
This commit is contained in:
@@ -36,6 +36,17 @@
|
||||
ga("send", "pageview");
|
||||
</script>
|
||||
<% } %>
|
||||
<style>
|
||||
body {
|
||||
background-color: black;
|
||||
-ms-overflow-style: none; /* for Internet Explorer, Edge */
|
||||
scrollbar-width: none; /* for Firefox */
|
||||
}
|
||||
|
||||
body::-webkit-scrollbar {
|
||||
display: none; /* for Chrome, Safari, and Opera */
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root" />
|
||||
|
||||
Reference in New Issue
Block a user