mirror of
https://github.com/imgurbot12/rmenu.git
synced 2024-11-10 11:33:48 +01:00
fix: more precise pointer spec
This commit is contained in:
parent
fcc64b6dd5
commit
14373d9f12
@ -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 New Issue
Block a user