add project add button to dropdown and set fixed height, fixes ST-170

This commit is contained in:
Gregor Vostrak
2024-06-04 18:15:00 +02:00
parent 22363e1c89
commit 81e3ffd921
2 changed files with 39 additions and 5 deletions

View File

@@ -51,6 +51,27 @@
-moz-osx-font-smoothing: grayscale;
}
/* width */
::-webkit-scrollbar {
width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
background: transparent;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
border-radius: 2px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}
[x-cloak] {
display: none;
}