summaryrefslogtreecommitdiffstats
path: root/search/css/results.css
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2015-01-05 13:53:56 +0100
committerJörn Friedrich Dreyer <jfd@butonic.de>2015-01-05 13:53:56 +0100
commitba931d2124a915233d99edabdac730f3a9abdd54 (patch)
treeb77b89cf0a16131d89abb20114e4d6ec5b33cb8f /search/css/results.css
parent23900a5a39c45cff90e0056d3d58736ea11553c4 (diff)
downloadnextcloud-server-ba931d2124a915233d99edabdac730f3a9abdd54.tar.gz
nextcloud-server-ba931d2124a915233d99edabdac730f3a9abdd54.zip
search with endless scrolling
Diffstat (limited to 'search/css/results.css')
-rw-r--r--search/css/results.css2
1 files changed, 0 insertions, 2 deletions
diff --git a/search/css/results.css b/search/css/results.css
index f2e6e475483..04f7b6dcb99 100644
--- a/search/css/results.css
+++ b/search/css/results.css
@@ -5,10 +5,8 @@
#searchresults {
background-color:#fff;
overflow-x:hidden;
- overflow-y: auto;
text-overflow:ellipsis;
padding-top: 65px;
- height: 100%;
box-sizing: border-box;
z-index:75;
}