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
Fix tabs bar scrolling along with content on mobile (
#11418
)
master
Eugen Rochko
5 years ago
committed by
GitHub
parent
d6ada2eb30
commit
4cc29eb5ad
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
app/javascript/styles/mastodon/components.scss
+ 3
- 0
app/javascript/styles/mastodon/components.scss
View File
@ -1936,6 +1936,9 @@ a.account__display-name {
background
:
lighten
(
$
ui-base-color
,
8
%
)
;
flex
:
0
0
auto
;
overflow-y
:
auto
;
position
:
sticky
;
top
:
0
;
z-index
:
3
;
}
.
tabs-bar__link
{
Write
Preview
Loading…
Cancel
Save