nhn / toast-ui.react-calendar

TOAST UI Calendar wrapper for React.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set calendar width?

skaptox opened this issue · comments

Hello, how to set calendar width?

Using this code I am getting

image

Manually setting width in navigator works, but I don't know how to do it from code.

image

image

there must be something better than this

.tui-full-calendar-layout {
    width: 80vw;
}

The problem was Reactstrap's Row "display: flex" property. Excuse me!