Replies: 1 comment
-
You can use almost all Bootstrap components using raw blocks or using CSS grid from Bootstrap:
Regarding CSS tweaks, you need to play with those in your favourite browser using the developer mode. Accessibility: To improve accessibility, please add alternative text to your screenshots. This helps all users, including those using screen readers, to understand the context of the images. A brief description can make a big difference! See Good Alt Text, Bad Alt Text — Making Your Content Perceivable. Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? The goal is to make it as easy as possible for us to recreate your problem so that we can fix it: please help us help you! Thanks. You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm creating a website with quarto. Some pages have five ObservableJS figures and two ObservableJS "tables" (figures displaying a table). They all have some common inputs.
I"m looking for a way to bundle these ObservableJS input in a "sidebar" that is always on screen. My current workaround is use
.panel-fill
and.pane-sidebar
and fix the sidebar on the screen usingposition: fixed
css. This kind of works on a large screen. It fails when viewing the page on a smaller screen because of the lack of scrollbars.I was hoping to display the inputs in a similar fashion as the local toc. The local toc doesn't scroll with the main text, has it own scrollbar and doesn't require the
position: fixed
css.This page won't need a local toc. The website uses both a sidebar and navbar.
Beta Was this translation helpful? Give feedback.
All reactions