iframe widget pooling (experimental)

This commit is contained in:
Zef Hemel
2023-11-12 11:50:49 +01:00
parent 1b242dea55
commit f3d72ca6f4
5 changed files with 188 additions and 102 deletions
+10
View File
@@ -99,6 +99,16 @@ 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: initial !important;
background-color: var(--root-background-color);
}
</style>
</head>
<body>