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:
authorJacob Schatz <jschatz1@gmail.com>2017-08-08 00:59:06 +0300
committerJacob Schatz <jschatz1@gmail.com>2017-08-08 00:59:06 +0300
commit2cfb5ea2fe013b2e1a85f9e951bc36118e0e99d0 (patch)
tree9b0eb59d71b8d110baece6c1e734b59c01b1a97c /app/assets/stylesheets/pages/repo.scss
parentbc39218b4ed24e01a137d79fd98821aedc3666e5 (diff)
Fix overflow when editing bug.
Diffstat (limited to 'app/assets/stylesheets/pages/repo.scss')
-rw-r--r--app/assets/stylesheets/pages/repo.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index a3457179d16..d7488ec59a4 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -75,6 +75,9 @@
}
&.edit-mode {
+ .blob-viewer-container {
+ overflow: hidden;
+ }
.monaco-editor.vs {
.cursor {
background: $black;