Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
eea93bf44bf9
Commit
7eb25de6
authored
May 18, 2018
by
André Luís
Committed by
Annabel Gray
May 18, 2018
Browse files
Resolve "Web IDE: Previewing Markdown in Firefox doesn’t show a scroll bar"
parent
3280f2f7e7f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/assets/stylesheets/pages/repo.scss
View file @
eea93bf4
...
...
@@ -306,8 +306,18 @@
}
.preview-container
{
height
:
100%
;
overflow
:
auto
;
flex-grow
:
1
;
position
:
relative
;
.md-previewer
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
overflow
:
auto
;
padding
:
$gl-padding
;
}
.file-container
{
background-color
:
$gray-darker
;
...
...
@@ -347,10 +357,6 @@
color
:
$diff-image-info-color
;
}
}
.md-previewer
{
padding
:
$gl-padding
;
}
}
.ide-mode-tabs
{
...
...
changelogs/unreleased/45934-ide-firefox-scroll-md-preview.yml
0 → 100644
View file @
eea93bf4
---
title
:
Fix unscrollable Markdown preview of WebIDE on Firefox
merge_request
:
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment