fixes #11: datepicker not covered by first group
This commit is contained in:
parent
31cbf1e203
commit
a756e2bcbe
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div id="main-attendees">
|
<div id="main-attendees">
|
||||||
<md-layout md-gutter md-row>
|
<md-layout md-gutter md-row>
|
||||||
<md-layout md-column md-flex="20" md-gutter>
|
<md-layout id="datepicker-column" md-column md-flex="20" md-gutter>
|
||||||
<datepicker id="datepicker" :value="date" :inline="true" :highlighted="highlightedDates" @selected="getDay"></datepicker>
|
<datepicker id="datepicker" :value="date" :inline="true" :highlighted="highlightedDates" @selected="getDay"></datepicker>
|
||||||
</md-layout>
|
</md-layout>
|
||||||
<md-layout id="panel" md-column>
|
<md-layout id="panel" md-column>
|
||||||
|
@ -142,6 +142,10 @@ export default {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#datepicker-column {
|
||||||
|
min-width: 320px;
|
||||||
|
}
|
||||||
|
|
||||||
#datepicker {
|
#datepicker {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue