Notifications can now be removed
Added the corresponding method
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user