diff options
author | Rémy Coutable <remy@rymai.me> | 2017-06-07 22:21:05 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-06-09 17:21:39 +0200 |
commit | af0c69170695f43b15db9c93ae2f2b8ebaaa96b6 (patch) | |
tree | f55f15f5e03f5596a18c8a47024ba8c07c6a5654 /vendor | |
parent | 54c04f53fddc36d62a3d3d4125c9fe205138fc63 (diff) | |
download | gitlab-ce-af0c69170695f43b15db9c93ae2f2b8ebaaa96b6.tar.gz |
Improve the JS for the `p b` shortcut and fix its CSS
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/assets/stylesheets/peek.scss | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vendor/assets/stylesheets/peek.scss b/vendor/assets/stylesheets/peek.scss index 3508f2e2450..f1845fb9044 100644 --- a/vendor/assets/stylesheets/peek.scss +++ b/vendor/assets/stylesheets/peek.scss @@ -6,12 +6,7 @@ header.navbar-gitlab.with-peek { } #peek { - position: fixed; - top: 0; - left: 0; - width: 100%; height: 35px; - z-index: 400; background: #000; line-height: 35px; color: #999; |