From 2aa45875f851a4776b9a507f9bd55bfd15094b05 Mon Sep 17 00:00:00 2001 From: Helfenstein Date: Thu, 23 Apr 2026 17:21:19 +0000 Subject: [PATCH] Fixing sidebar UI issue --- teal.Rproj | 1 + vignettes/getting-started-with-teal.Rmd | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/teal.Rproj b/teal.Rproj index ab99014abb..d6cf49f64d 100644 --- a/teal.Rproj +++ b/teal.Rproj @@ -1,4 +1,5 @@ Version: 1.0 +ProjectId: 1e4f3100-bdfa-4a43-8ad1-ebd84338640e RestoreWorkspace: Default SaveWorkspace: Default diff --git a/vignettes/getting-started-with-teal.Rmd b/vignettes/getting-started-with-teal.Rmd index ebd3f0fb2e..91f2aa33c3 100644 --- a/vignettes/getting-started-with-teal.Rmd +++ b/vignettes/getting-started-with-teal.Rmd @@ -141,6 +141,10 @@ app <- init( .introjs-button { display: inline-block !important; } + aside.sidebar { + overflow-x: hidden !important; + } + ")), tags$script( src = "https://unpkg.com/intro.js/intro.js"