Код: Выделить всё
---
title: "test"
format: dashboard
editor: visual
---
# Test
```{css, echo=FALSE}
.panel-tabset {
position: sticky;
overflow-y: scroll;
top: 0px;
}
```
```{r, include=FALSE}
# Init Step to make sure that the dependencies are loaded
htmltools::tagList(plotly::ggplotly(ggplot2::ggplot()))
```
```{r}
#| echo: false
#| message: false
#| warning: false
library(ggplot2)
library(plotly)
# example list
example_list
Подробнее здесь: [url]https://stackoverflow.com/questions/79703208/sticky-nested-tabs-in-quarto-dashboard[/url]