Fullcalendar调度程序上的粘滞头

编程入门 行业动态 更新时间:2024-10-12 01:27:20
本文介绍了Fullcalendar调度程序上的粘滞头的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我为尝试使用完整的日历计划程序获取粘性标头而感到生气.我尝试过

I am getting mad with trying to get sticky header with full calendar scheduler. I tried

height: "parent"

我看到了很多帖子,但没有一个起作用.

I saw a lot of posts but none of them worked.

但是有2个滚动条(一个用于主窗口,一个用于日历).

but then there are 2 scrollbars (one for the main window and one for the calendar).

是否有用于粘贴标头的解决方案?

Is there a solution for having sticky header?

谢谢

推荐答案

最后,它与

.fc-toolbar.fc-header-toolbar { position: sticky; top: 70px; z-index: 10; background: white } .fc-head-container.fc-widget-header { position: sticky; top: 108px; z-index: 10; background: white; }

感谢您的帮助

更多推荐

Fullcalendar调度程序上的粘滞头

本文发布于:2023-11-25 13:02:38,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1629860.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:程序   Fullcalendar   粘滞头

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!