From 85d2ed3bf570067090e3a88d3678ac416b6e28df Mon Sep 17 00:00:00 2001 From: lifegpc Date: Fri, 30 Jun 2023 17:12:04 +0800 Subject: [PATCH] Update css --- static/common.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/static/common.css b/static/common.css index ca4830f..c82aa67 100644 --- a/static/common.css +++ b/static/common.css @@ -41,10 +41,11 @@ body { max-height: 386px; height: auto; overflow: auto; - border: solid 1px rgba(0,0,0,0.24); + border: solid 1px rgba(0, 0, 0, 0.24); border-radius: 3px; position: absolute; top: 182px; + background: white; z-index: 10; } @@ -55,7 +56,8 @@ body { .b-text-field .datalist .mdc-list-item { display: grid; } -.b-text-field .datalist .mdc-list-item:hover{ + +.b-text-field .datalist .mdc-list-item:hover { color: white; background-color: var(--mdc-theme-primary); } @@ -274,7 +276,7 @@ body { } div.new_task { - overflow: hidden; + overflow: auto; width: 100vw; height: calc(100vh - 64px); max-width: 100vw;