Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -628,7 +628,7 @@
|
|
| 628 |
</div>
|
| 629 |
|
| 630 |
<!-- Browser Window -->
|
| 631 |
-
<div id="window-browser" class="window glass-strong pointer-events-auto hidden" style="top: 10%; left: 25%; width: 900px; height:
|
| 632 |
<div class="window-header flex items-center justify-between px-4 py-2 select-none" onmousedown="startDrag(event, 'window-browser')">
|
| 633 |
<div class="flex items-center gap-2">
|
| 634 |
<i data-lucide="globe" class="w-4 h-4 text-purple-400"></i>
|
|
|
|
| 628 |
</div>
|
| 629 |
|
| 630 |
<!-- Browser Window -->
|
| 631 |
+
<div id="window-browser" class="window glass-strong pointer-events-auto hidden" style="top: 10%; left: 25%; width: 900px; height: 1200px; z-index: 50;">
|
| 632 |
<div class="window-header flex items-center justify-between px-4 py-2 select-none" onmousedown="startDrag(event, 'window-browser')">
|
| 633 |
<div class="flex items-center gap-2">
|
| 634 |
<i data-lucide="globe" class="w-4 h-4 text-purple-400"></i>
|