修复表单向导插件有滚动条时底部工具栏无法固定问题

pull/284/MERGE
Ricky 2021-04-21 17:35:40 +08:00
parent 322c48882e
commit d0401944ea
1 changed files with 7 additions and 0 deletions

View File

@ -21,6 +21,13 @@
overflow-x: hidden;
overflow-y: auto;
}
/* 解决工具栏无法固定底部的问题如果页面没有animated类可以不写这部分代码 */
.animated {
animation-fill-mode: none;
-webkit-animation-fill-mode: none;
-moz-animation-fill-mode: none;
-o-animation-fill-mode: none;
}
</style>
</head>
<body class="gray-bg">