Use formatted_body to parse markdown (#133) and partially implement #105, #19

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura 2021-11-21 14:30:21 +05:30
commit 2479dc4096
9 changed files with 2453 additions and 4230 deletions

View file

@ -32,7 +32,8 @@
@mixin scroll {
overflow: hidden;
overscroll-behavior: none;
// Below code stop scroll when x-scrollable content come in timeline
// overscroll-behavior: none;
@extend .firefox-scrollbar;
@extend .webkit-scrollbar;
@extend .webkit-scrollbar-track;