mirror of https://github.com/layui/layui
fix(slider): Firefox 浏览器中拖动滑块时会选中文本的问题 (#1716)
parent
2537829e97
commit
54085a46d0
|
@ -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…
Reference in New Issue