0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-11 15:32:47 +00:00

non selection , as per request

This commit is contained in:
Víctor Losada Hernández
2024-05-22 12:28:57 +02:00
parent b9152867b8
commit 1e6427ca56

View File

@@ -18,6 +18,10 @@ body {
border-radius:5px; border-radius:5px;
padding-inline:5px padding-inline:5px
} }
*:not(input) {
user-select: none;
}
} }
.archivePage { .archivePage {