1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Merge pull request #2110 from mslourens/bug/automate_setup_menu

Automate setup menu
This commit is contained in:
Rory Powell 2021-07-26 09:15:45 +01:00 committed by GitHub
commit fbb01d2284
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,5 +58,6 @@
align-items: stretch;
gap: var(--spacing-l);
background-color: var(--background);
overflow-y: auto;
}
</style>