Ladder browsing mode improvement

This commit is contained in:
Claude Brisson
2024-05-22 19:00:17 +02:00
parent b94527ef15
commit bed49a2be9
3 changed files with 75 additions and 55 deletions

View File

@@ -186,7 +186,7 @@
top: 100%;
padding: 1em;
overflow-y: auto;
&:empty {
&:empty, &.hidden {
display: none;
}
.result-line {