Improve visual presentation and user interface interactions

Fixes pointer-events for navigation bar.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 5e584ab0-c340-4432-97ef-1972582b60e9
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
Replit-Commit-Event-Id: e5c13f1f-81b3-4352-9c46-be1936538198
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/d0a1d46d-d203-4308-bc6a-312ac7c0243b/5e584ab0-c340-4432-97ef-1972582b60e9/LO5wnCQ
This commit is contained in:
abhiramtx
2025-11-08 22:47:10 +00:00
parent 9916093cb1
commit 93cf19d327

View File

@@ -1739,7 +1739,6 @@ body {
border-radius: 50%; border-radius: 50%;
position: fixed; position: fixed;
pointer-events: none; pointer-events: none;
pointer-events: none;
z-index: 10000; z-index: 10000;
transition: all 0.15s ease; transition: all 0.15s ease;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
@@ -1753,7 +1752,6 @@ body {
border-radius: 50%; border-radius: 50%;
position: fixed; position: fixed;
pointer-events: none; pointer-events: none;
pointer-events: none;
z-index: 9999; z-index: 9999;
transition: all 0.3s ease; transition: all 0.3s ease;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);