From 54085a46d0c350104c3b7d58a0b4ac3b1076ffce Mon Sep 17 00:00:00 2001 From: morning-star <26325820+Sight-wcg@users.noreply.github.com> Date: Sat, 23 Mar 2024 23:09:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(slider):=20Firefox=20=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E5=99=A8=E4=B8=AD=E6=8B=96=E5=8A=A8=E6=BB=91=E5=9D=97=E6=97=B6?= =?UTF-8?q?=E4=BC=9A=E9=80=89=E4=B8=AD=E6=96=87=E6=9C=AC=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20(#1716)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/layui.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/layui.css b/src/css/layui.css index ba98c4ac..396d3546 100644 --- a/src/css/layui.css +++ b/src/css/layui.css @@ -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;}