diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-07-17 16:57:46 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-07-17 16:14:03 +0000 |
| commit | 5dec23db380d17f6bc2b062de2aa6b5700921c63 (patch) | |
| tree | 6a95c67d3c1dba6b2ab3caffae64ab935a4677ea /pkg | |
| parent | 2a76be22a7e1048b5b1062afa20d00cba88e93a9 (diff) | |
dashboard/app: fix coverage menu
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/html/pages/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/html/pages/style.css b/pkg/html/pages/style.css index 757712f39..7afe4ab02 100644 --- a/pkg/html/pages/style.css +++ b/pkg/html/pages/style.css @@ -450,6 +450,7 @@ aside { /* Dropdown Content (Hidden by Default) */ .dropdown-content { display: none; + flex-direction: column; position: absolute; background-color: #f1f1f1; z-index: 1; @@ -466,7 +467,7 @@ aside { .dropdown-content a:hover {background-color: #ddd;} /* Show the dropdown menu on hover */ -.dropdown:hover .dropdown-content {display: block;} +.dropdown:hover .dropdown-content {display: flex;} /* Change the background color of the dropdown button when the dropdown content is shown */ .dropdown:hover .dropbtn {background-color: #ddd;} |
