mirror of
https://github.com/nextcloud/server.git
synced 2026-07-15 13:01:34 -04:00
fix: hide scroll bar in unified search when not needed
Signed-off-by: Hamza <hamzamahjoubi221@gmail.com>
This commit is contained in:
parent
5368f4ae98
commit
e4ababe05c
1 changed files with 1 additions and 1 deletions
|
|
@ -941,7 +941,7 @@ export default defineComponent({
|
|||
}
|
||||
|
||||
&__results {
|
||||
overflow: hidden scroll;
|
||||
overflow: hidden auto;
|
||||
// Adjust padding to match container but keep the scrollbar on the very end
|
||||
padding-inline: 0 12px;
|
||||
padding-block: 0 12px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue