Replace modal to drawer
This commit is contained in:
parent
8881b4937d
commit
8f66d8663a
3 changed files with 28 additions and 32 deletions
|
|
@ -7,10 +7,10 @@
|
|||
</head>
|
||||
<body>
|
||||
<div id="container"></div>
|
||||
<div id="nodeModal" class="modal">
|
||||
<div class="modal-content">
|
||||
<div id="nodeDrawer" class="drawer">
|
||||
<div class="drawer-content">
|
||||
<span class="close">×</span>
|
||||
<p id="modalText">Some text in the Modal..</p>
|
||||
<p id="drawerText">Node details will appear here...</p>
|
||||
</div>
|
||||
</div>
|
||||
<script type="module" src="script.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue