fix: more precise pointer spec

This commit is contained in:
imgurbot12 2024-04-09 14:45:56 -07:00
parent fcc64b6dd5
commit 14373d9f12

View File

@ -23,13 +23,17 @@ body>div {
}
.results {
cursor: pointer;
overflow-y: auto;
height: calc(100vh - 60px);
min-height: calc(100vh - 60px);
scroll-margin-top: 60px;
}
.result,
.action {
cursor: pointer;
}
.selected {
background-color: lightblue;
}