I would appreciate some css help here.
What I am trying to achieve is the following layout.
I can easily get to the layout without the right sidebar:
---
title: "Title"
output:
flexdashboard::flex_dashboard:
vertical_layout: fill
orientation: rows
css: styles.css
runtime: shiny
---
Page 1 {data-orientation=rows}
=====================================
Row {.sidebar}
-----------------------------------------------------------------------
### Inputs 1
Row
-----------------------------------------------------------------------
### Chart 1
### Chart 2
Row
-----------------------------------------------------------------------
### Chart 3
Row
-----------------------------------------------------------------------
### Chart 4
### Chart 5
I tried to add a css class to add the rigth sidebar but to no avail.
Any help will be appreciated.
Thanks.
