style inputs, dockerfile

This commit is contained in:
2022-01-15 21:20:34 +01:00
parent ad314311e2
commit 17985e61ec
5 changed files with 51 additions and 4 deletions

View File

@ -30,6 +30,18 @@ export default {
overflow-y: scroll;
}
/* Hide scrollbar for Chrome, Safari and Opera */
#sidebar::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
#sidebar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
@media screen and (max-width: 800px) {
#container {
display: flex;

View File

@ -68,6 +68,7 @@ input[type="button"] {
.form-field {
display: flex;
margin: 10px;
justify-content: space-between;
}
.menu-row {