Skip to content

Commit

Permalink
update base calendar popup overflow value
Browse files Browse the repository at this point in the history
  • Loading branch information
tinuola committed Dec 19, 2024
1 parent 0542248 commit cc60a09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib-components/BaseCalendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ const classes = computed(() => {
offset="10"
opacity="0"
>
<v-card width="320" style="overflow: initial; z-index: initial" :hover="false" :link="true" :to="selectedEventObj.to">
<v-card width="320" style="overflow: hidden; z-index: initial" :hover="false" :link="true" :to="selectedEventObj.to">
<!-- Default Event Calendar -->
<div v-if="defaultEventCalendar" class="calendar-event-popup-wrapper">
<BlockCardWithImage
Expand Down
1 change: 0 additions & 1 deletion src/styles/default/_base-calendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
}

.v-calendar-header__title {
// @include h3; // ?
font-size: 40px;
font-weight: 800;
color: $heading-grey;
Expand Down

0 comments on commit cc60a09

Please sign in to comment.