fix: Turn on scrolling

This commit is contained in:
2025-02-02 19:36:48 +03:00
parent eddc897ab4
commit d51ba3c8bf
2 changed files with 13 additions and 10 deletions
+5
View File
@@ -10,6 +10,11 @@
#popup {
display: none;
overflow-y: auto;
}
::-webkit-scrollbar {
display: none;
}
.inpt {