Skip to content

Commit

Permalink
improve(ui): polish sync files list popup menu
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhp915 committed Aug 26, 2022
1 parent b12586e commit 89c32e4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/main/frontend/components/file_sync.css
Expand Up @@ -66,13 +66,9 @@

.dropdown-wrapper {
width: 90vw;
max-height: 75vh;
overflow: hidden;
overflow-y: auto;
position: fixed;
right: 5vw;
padding-bottom: 8px;
padding-top: 5px;
border-radius: 4px;

.head-ctls {
position: absolute;
Expand Down Expand Up @@ -145,6 +141,12 @@
}
}
}

.menu-links-wrapper {
padding: 4px 0;
max-height: 60vh !important;
overflow-y: auto;
}
}

&-page-histories {
Expand Down

0 comments on commit 89c32e4

Please sign in to comment.