Notifications can now be removed

Added the corresponding method
This commit is contained in:
2024-01-09 22:38:04 +01:00
parent ad02c2e065
commit aff8499005
3 changed files with 12 additions and 4 deletions

View File

@@ -4,11 +4,11 @@
<meta charset="utf-8">
<title>My first three.js app</title>
<style>
body { margin: 0; }
body { margin: 0; overflow: hidden;}
#notification_bar {
position: absolute;
top:0;
top:20px;
right: 0;
height: 80px;