mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-05-13 16:07:32 +08:00
feat: hide scroll bar
This commit is contained in:
@@ -88,6 +88,16 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 隐藏所有滚动条(兼容 WebKit、Firefox、IE/Edge) */
|
||||||
|
* {
|
||||||
|
-ms-overflow-style: none; /* IE & Edge */
|
||||||
|
scrollbar-width: none; /* Firefox */
|
||||||
|
}
|
||||||
|
|
||||||
|
*::-webkit-scrollbar {
|
||||||
|
display: none; /* Chrome, Safari, Opera */
|
||||||
|
}
|
||||||
|
|
||||||
/* 隐藏 Artplayer 顶部提示 */
|
/* 隐藏 Artplayer 顶部提示 */
|
||||||
.art-notice {
|
.art-notice {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user