This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
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
Add `flex: 0 0 auto` to some components to avoid bugs on iOS9 (
#3313
)
master
unarist
7 years ago
committed by
Eugen Rochko
parent
33d7338779
commit
b89ab7e69d
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
app/javascript/styles/components.scss
+ 2
- 0
app/javascript/styles/components.scss
View File
@ -60,6 +60,7 @@
.
column-collapsable
{
position
:
relative
;
flex
:
0
0
auto
;
.
column-collapsable__content
{
overflow
:
auto
;
@ -1792,6 +1793,7 @@
.
getting-started__wrapper
{
position
:
relative
;
flex
:
0
0
auto
;
}
.
getting-started__footer
{
Write
Preview
Loading…
Cancel
Save