Optimizing caches

This commit is contained in:
Zef Hemel
2024-01-02 11:32:57 +01:00
parent faca08af8f
commit 8448a578fc
5 changed files with 36 additions and 39 deletions
-11
View File
@@ -99,17 +99,6 @@ function loadJsByUrl(url) {
});
}
</script>
<!-- Load SB's own CSS here too -->
<link rel="stylesheet" href="/.client/main.css">
<style>
html,
body {
height: initial !important;
overflow-x: initial !important;
overflow-y: hidden !important;
background-color: var(--root-background-color);
}
</style>
</head>
<body>