This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix(getting_started): No scrollbar if not needed (
#4350
)
closed-social-v3
Sorin Davidoi
7 years ago
committed by
Eugen Rochko
parent
07d93716aa
commit
de105d64d5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/javascript/styles/components.scss
+ 1
- 1
app/javascript/styles/components.scss
View File
@ -1878,7 +1878,7 @@
.
getting-started__wrapper
{
position
:
relative
;
overflow-y
:
scroll
;
overflow-y
:
auto
;
}
.
getting-started__footer
{
Write
Preview
Loading…
Cancel
Save