diff --git a/src/style.css b/src/style.css index 14ca869..1116b2f 100644 --- a/src/style.css +++ b/src/style.css @@ -571,7 +571,9 @@ body:not(.light-version).overlay-visible .main-container { overflow: hidden; position: relative; background: var(--color-bg); - transition: height 0.3s ease, width 0.3s ease; + transition: + height 0.3s ease, + width 0.3s ease; will-change: height; } @@ -891,6 +893,10 @@ body > #demo-frame { .footer button:hover svg { fill: rgba(255, 255, 255, 0.6); } +.footer a, +.footer button { + cursor: pointer; +} .mode-btn svg { width: 24px;