Update static/style.css
Browse files- static/style.css +4 -1
static/style.css
CHANGED
|
@@ -69,7 +69,9 @@ button:hover {
|
|
| 69 |
position: absolute;
|
| 70 |
top: 100%;
|
| 71 |
left: 0;
|
| 72 |
-
width:
|
|
|
|
|
|
|
| 73 |
z-index: 9999;
|
| 74 |
background-color: var(--bg-statusline1) !important;
|
| 75 |
color: var(--fg0);
|
|
@@ -79,6 +81,7 @@ button:hover {
|
|
| 79 |
scrollbar-width: thin;
|
| 80 |
scrollbar-color: #665c54 var(--bg-statusline1);
|
| 81 |
border-radius: 0.5rem;
|
|
|
|
| 82 |
}
|
| 83 |
|
| 84 |
/* Scrollbar WebKit */
|
|
|
|
| 69 |
position: absolute;
|
| 70 |
top: 100%;
|
| 71 |
left: 0;
|
| 72 |
+
width: max-content;
|
| 73 |
+
min-width: 180px;
|
| 74 |
+
max-width: 220px;
|
| 75 |
z-index: 9999;
|
| 76 |
background-color: var(--bg-statusline1) !important;
|
| 77 |
color: var(--fg0);
|
|
|
|
| 81 |
scrollbar-width: thin;
|
| 82 |
scrollbar-color: #665c54 var(--bg-statusline1);
|
| 83 |
border-radius: 0.5rem;
|
| 84 |
+
white-space: nowrap;
|
| 85 |
}
|
| 86 |
|
| 87 |
/* Scrollbar WebKit */
|