refactoring
This commit is contained in:
@@ -52,6 +52,11 @@ body.cmap-mode #main {
|
||||
min-width: 16px;
|
||||
}
|
||||
|
||||
#cmap-extract-selected {
|
||||
flex: 0 0 auto;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.cmap-hidden-items {
|
||||
position: relative;
|
||||
flex: 0 0 auto;
|
||||
@@ -466,6 +471,10 @@ body.cmap-mode #main {
|
||||
z-index: 100000;
|
||||
display: grid;
|
||||
min-width: 210px;
|
||||
max-height: calc(100vh - 16px);
|
||||
max-height: calc(100dvh - 16px);
|
||||
overflow-y: auto;
|
||||
overscroll-behavior: contain;
|
||||
padding: 5px;
|
||||
border: 1px solid #8c95a3;
|
||||
border-radius: 6px;
|
||||
|
||||
Reference in New Issue
Block a user