diff --git a/styles.css b/styles.css index 3bd1621..f781c57 100644 --- a/styles.css +++ b/styles.css @@ -22,7 +22,7 @@ html, body { transform: translateX(-50%); font-size: 32px; color: #333; - z-index: 10; + z-index: 5; background-color: rgba(255, 255, 255, 0.8); padding: 5px 10px; border-radius: 5px; @@ -32,7 +32,7 @@ html, body { .drawer { display: none; position: fixed; - z-index: 1; + z-index: 10; right: 0; top: 0; width: 30%;