fix(slider): Firefox 浏览器中拖动滑块时会选中文本的问题 (#1716)

pull/1734/head
morning-star 8 months ago committed by GitHub
parent 2537829e97
commit 54085a46d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -589,7 +589,7 @@ a cite{font-style: normal; *cursor:pointer;}
.layui-panel-window{position: relative; padding: 15px; border-radius: 0; border-top: 5px solid #eee; background-color: #fff;}
/* 其它辅助 */
.layui-auxiliar-moving{position: fixed; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background: none; z-index: 9999999999;}
.layui-auxiliar-moving{position: fixed; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background: none; z-index: 9999999999; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none;}
.layui-scrollbar-hide{overflow: hidden !important;}

Loading…
Cancel
Save