Fix cursor of hidden block

This commit is contained in:
Cohee 2024-03-16 23:11:07 +02:00
parent 88075bde79
commit 0b264bc519

View File

@ -1322,6 +1322,10 @@ input[type="file"] {
align-items: center;
}
.hidden_block {
cursor: default;
}
#rm_print_characters_block .hidden_block p {
display: inline;
}