diff --git a/calendario.html b/calendario.html index 07bc4cd..8f17476 100644 --- a/calendario.html +++ b/calendario.html @@ -13,13 +13,16 @@ .no-scrollbar::-webkit-scrollbar { display: none; } .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; } - /* Ajustes IOS Notch Scroll */ .safe-bottom-nav { padding-bottom: calc(env(safe-area-inset-bottom) + 12px); } .main-content { padding-bottom: calc(env(safe-area-inset-bottom) + 90px); } .day-card { transition: all 0.2s; } .day-active { background-color: #2563eb; color: white; border-color: #2563eb; transform: scale(1.05); box-shadow: 0 10px 15px -3px rgba(37,99,235,0.4); } .day-inactive { background-color: white; color: #64748b; border-color: #e2e8f0; } + + /* Mejora del modal interior */ + .modal-body-scroll { height: calc(100vh - 60px); overflow-y: auto; padding-bottom: 40px; } + .desc-box { max-height: 180px; overflow-y: auto; } @@ -71,69 +74,106 @@ -