diff --git a/index.html b/index.html index 9298a80..e192b9f 100644 --- a/index.html +++ b/index.html @@ -18,9 +18,6 @@ .menu-card{position:fixed;z-index:60;min-width:12rem;border-radius:0.75rem;border:1px solid #e5e7eb;background:#fff;box-shadow:0 10px 20px rgba(0,0,0,.08)} .menu-item{width:100%;text-align:left;padding:.5rem .75rem;font-size:.875rem;display:flex;align-items:center;gap:.5rem} .menu-item:hover{background:#f9fafb} -.code-editor{position:relative;height:60vh} -.code-editor pre{margin:0;height:100%;overflow:auto;border:1px solid #e5e7eb;border-radius:0.75rem} -.code-editor textarea{position:absolute;inset:0;height:100%;resize:none;background:transparent;color:transparent;caret-color:#111;border:0;outline:0} @@ -85,7 +82,11 @@