diff --git a/frontend/index.html b/frontend/index.html index c8f69f2..ecee1ac 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -30,18 +30,23 @@ width: 24px; border-radius: 24px; background-color: black; - position: relative; top: 0; left: 0; - - pointer-events: none; + position: absolute; + /* pointer-events: none; */ z-index: 99999999; - + visibility: hidden; + opacity: 0; + transition: opacity 0.3s ease; } + .hidden { + display: none; + } + @media (max-width : 768px) { .circle { - display: none; + display: none !important; } } @@ -494,11 +499,13 @@