mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-11 08:54:34 +00:00
Hide overflow on all result divs
Mostly addresses the small amount of visible overflow on sections like "Top Stories".
This commit is contained in:
parent
46da74fe8a
commit
27d978f232
2 changed files with 2 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ select {
|
|||
}
|
||||
|
||||
.ZINbbc {
|
||||
overflow: hidden;
|
||||
background-color: var(--whoogle-dark-result-bg) !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ select {
|
|||
}
|
||||
|
||||
.ZINbbc {
|
||||
overflow: hidden;
|
||||
background-color: var(--whoogle-result-bg) !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue