Scrolling #3448
Replies: 3 comments 2 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
I don't use Obsidian and thus don't know the options you have in it, and what the "css snippet" allows to customize, but in css when you want to limit the height of an element and add a scrollbar to it, you can do something like : mySelector {
max-height: 520px;
overflow-y: auto;
} what you need now is to find what |
Beta Was this translation helpful? Give feedback.
-
I understand completely, it's just good to have the freedom to read a
longer text together or write down audience contributions without moving on
to another slide. I'm sending a few screenshots so you know what I'm
talking about. Sorry, I'm not a web programmer (I only know R), so I don't
know how to create a sandbox, but the link to the plugin is here:
https://github.com/MSzturc/obsidian-advanced-slides, and obsidian is here :
https://github.com/obsidianmd. Thanks for any tips !
…On Wed, 9 Aug 2023 at 23:18, t-fritsch ***@***.***> wrote:
Thank you for the infos on Obsidian !
Regarding scrollbars I doubt this would be integrated in reveal (this is
only my point of view, I don't decide anything here, only trying to provide
some help) since imho the whole point of presentations is to serve as
visual support for a speech, and thus get very low quantity of text, only
the most important ideas.
If one absolutely needs a lot of text, and then scrollbars, it is already
possible to apply some css to any element in Reveal, and the css I posted
yesterday should do the trick if applied to the element that contains the
text (div, p). The behavior you described (text truncated at the top) is
not normal, could you post a link to a codesandbox/jsfiddle/codepen that
show the problem so that I can help you to find the source of the problem ?
—
Reply to this email directly, view it on GitHub
<#3448 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMHJW4GO2Y2BNELRCUDBO5DXUPWBZANCNFSM6AAAAAA3KKPLOY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I am using the Obsdian advanced slides plugin which uses reveal.js. I often want to interactively add to presentations with my audience, which means that I cannot be sure not to overflow on a slide, and need to be able to scroll. Sometimes I have longer texts that I don't want to or can't split up, such as embeds, where it would be very helpful to be able to scroll. With Obsidian I am allowed to add a css "snippet", but I'm just a user, not a dev. Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions