summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-04-12 09:43:46 +0100
committerPhil Hughes <me@iamphill.com>2018-04-16 09:48:57 +0100
commitd32eaee20e75ca2e90397182dce59ee263f5c249 (patch)
tree7208034306c12b7547b8cda8c9fd47131eb81b6d /app/assets/stylesheets
parent748a2f2b542fed2cb8ab7d1792cb874ce7423a61 (diff)
downloadgitlab-ce-d32eaee20e75ca2e90397182dce59ee263f5c249.tar.gz
correctly show the dropdown with `t` keypress
added arrow key navigation in the dropdown enter & click open the file highlight occurrences of the searched text in the drppdown item fixed some performance issues when rendering limit the dropdown items to a maximum of 20 - this may change to more depending on other performance changes
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/repo.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 5f46e69a56d..340bba7ef4c 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -17,6 +17,7 @@
}
.ide-view {
+ position: relative;
display: flex;
height: calc(100vh - #{$header-height});
margin-top: 0;