Skip to content

Instantly share code, notes, and snippets.

@nnance
nnance / index.tsx
Created May 14, 2020 18:01
Bootstrap Full Height React
function App() {
return (
<Container fluid style={{ height: "100vh" }}>
<Row style={{ height: "100%" }}>
<Col
style={{ background: "yellow", height: "100%", paddingTop: "15px", paddingBottom: "15px" }}
>
Col 1
</Col>
<Col style={{height: "100%", paddingTop: "15px", paddingBottom: "15px" }}>