diff --git a/public/index.html b/public/index.html index bf4b17e6e5ff2f8d7d518492e7ee2b36d94a5d71..7ef89c1ed89c3cea0afbf4a426dc25380c361451 100644 --- a/public/index.html +++ b/public/index.html @@ -183,7 +183,7 @@ background: #1e1e1e; box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.8); color: white; - width: 100%; + width: 100vw; height: 200px; z-index: 20; overflow-y: auto; @@ -192,7 +192,7 @@ } #dynamic-menu input[type="range"] { - width: calc(100% - 40px); + width: calc(100% - 20px); margin: 10px 0; background: #3a3a3a; border-radius: 5px;