mirror of
https://github.com/status-im/snt-voting.git
synced 2025-02-22 15:18:06 +00:00
fix(@votingdapp) minor css fix for calendar height
This commit is contained in:
parent
843541f0e0
commit
52b31bef34
@ -156,7 +156,7 @@ class PollSchedule extends Component {
|
||||
<Typography variant="body1" style={{marginTop: '20px'}}>Set the end date and time for the poll.</Typography>
|
||||
<div>
|
||||
<InfiniteCalendar
|
||||
height={`calc(100vh - 230px)`}
|
||||
height={200}
|
||||
className="schedule-calendar"
|
||||
Component={CalendarWithRange}
|
||||
min={today}
|
||||
|
@ -927,3 +927,11 @@ button[disabled]{
|
||||
width: 80vw;
|
||||
max-width: 320px;
|
||||
}
|
||||
|
||||
.Cal__MonthList__root {
|
||||
height: calc(100vh - 230px) !important;
|
||||
}
|
||||
|
||||
.Cal__Month__rows {
|
||||
background: none !important;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user