4,092
edits
No edit summary |
No edit summary |
||
Line 445: | Line 445: | ||
#show-article:hover #show-article-before { | #show-article:hover #show-article-before { | ||
opacity: 1; | opacity: 1; | ||
scrollbar-width: none; /* Firefox */ | |||
-ms-overflow-style: none; /* Internet Explorer 10+ */ | |||
} | |||
/* Hides scrollbar for Webkit browsers */ | |||
#show-article::-webkit-scrollbar { | |||
display: none; | |||
} | } | ||
#article-frame { | #article-frame { | ||
/* You can style #article-frame as needed */ | /* You can style #article-frame as needed */ |