From b013b283b350017d9d70db0378af746f6fa23208 Mon Sep 17 00:00:00 2001 From: RegimenArsenic <37768579+RegimenArsenic@users.noreply.github.com> Date: Sat, 18 Mar 2023 22:35:06 +0800 Subject: [PATCH] Create 1.css --- channel/http/static/1.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/channel/http/static/1.css b/channel/http/static/1.css index 8ed498b..a53c284 100644 --- a/channel/http/static/1.css +++ b/channel/http/static/1.css @@ -17,6 +17,17 @@ ol,pre { padding: 0.5rem 1.5rem 0.5rem; color: black; border-radius: 10px; + overflow-y: auto; +} + +pre::-webkit-scrollbar{ + width: 0px; + height:5px; +} +pre::-webkit-scrollbar-thumb{ + border-right: 10px #ffffff00 solid; + border-left: 10px #ffffff00 solid; + -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); } .to .typing_loader { animation: typing-black 1s linear infinite alternate;