mirror of
https://github.com/imgurbot12/rmenu.git
synced 2025-01-12 15:26:16 +01:00
fix: more precise pointer spec
This commit is contained in:
parent
fcc64b6dd5
commit
14373d9f12
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue