fix(Chrome overflow scroll display): changes overflow scroll to auto to change the visual in the chrome browser

This commit is contained in:
SimonGschnell
2025-03-31 09:47:27 +02:00
parent 727b951bbc
commit 51f4e1e57d
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -75,7 +75,7 @@
.fhc-calendar-week-page .all-day-event{
max-height: 75px;
overflow:scroll;
overflow:auto;
}
.fhc-calendar-week-page .all-day-event-container{
@@ -106,7 +106,7 @@
.fhc-calendar-day-page .all-day-event {
grid-column:2;
max-height: 75px;
overflow: scroll;
overflow: auto;
}
.fhc-calendar-day-page .all-day-event-container {
@@ -13,7 +13,7 @@ export default {
this.$emit('setConfig', false);
},
template:/*html*/`
<div class="p-3 h-100 overflow-scroll">
<div class="p-3 h-100 overflow-auto">
<studiengang-information displayWidget ></studiengang-information>
</div>
`
+1 -1
View File
@@ -157,7 +157,7 @@ export default {
// this.$emit('setConfig', true); -> use this to enable widget config mode if needed
},
template: /*html*/ `
<div class="widgets-url w-100 h-100 overflow-scroll" style="padding: 1rem 1rem;">
<div class="widgets-url w-100 h-100 overflow-auto" style="padding: 1rem 1rem;">
<div class="d-flex flex-column justify-content-between">
<template v-if="shared">