This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
[Glitch] Fix scrolling in single-column mode on Chrome
Port
fb1b710e8d
to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
closed-social-glitch-2
ThibG
5 years ago
committed by
Thibaut Girka
parent
9e2e623ebe
commit
81b6ffa8f1
1 changed files
with
4 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
app/javascript/flavours/glitch/styles/components/single_column.scss
+ 4
- 0
app/javascript/flavours/glitch/styles/components/single_column.scss
View File
@ -129,6 +129,10 @@
.
scrollable
{
.
scrollable
{
overflow
:
visible
;
overflow
:
visible
;
@supports
(
display
:
grid
)
{
contain
:
content
;
}
}
}
@media
screen
and
(
min-width
:
$no-gap-breakpoint
)
{
@media
screen
and
(
min-width
:
$no-gap-breakpoint
)
{
Write
Preview
Loading…
Cancel
Save