diff --git a/public/css/style.css b/public/css/style.css index 9dea356..a87f123 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -196,7 +196,8 @@ button:hover { background-color: #f0f0f0; } -.custom-select:hover .options { +.custom-select:hover .options, +.custom-select:focus-within .options { display: block; }