Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-10-26 17:40:41 +0300
committerPhil Hughes <me@iamphill.com>2017-10-26 17:40:41 +0300
commit1543679eafc284bbd1d90987958bda62076383ef (patch)
treed535786943ef17ca59547e9444d0868eca25ebe7 /app/assets/stylesheets/pages/repo.scss
parentb4f7496b1c82f54e0fd94d0335526e37a0a20996 (diff)
correctly activate the next tab when closing a tab
scroll to the active tab when opening/closing [ci skip]
Diffstat (limited to 'app/assets/stylesheets/pages/repo.scss')
-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 6a363b1710e..b082c3f4bb2 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -138,6 +138,7 @@
}
#tabs {
+ position: relative;
flex-shrink: 0;
display: flex;
width: 100%;