Toggle search
Search
Toggle menu
Prism Party
Navigation
Home
Posts
Recent changes
Random page
Search
Special pages
Upload file
Prism Party
About
Shop
Map
Vote
Commands
Plugins
View more →
Community
Rules
FAQ
Staff
Forums
Discord
Punishments
View more →
Tutorials
Getting Started
Economy
Levels
mcMMO
Shops
Claims
View more →
External
Staff login
Status page
Contact us
sidebar-icon-discord
sidebar-icon-email
Support us
sidebar-icon-shop
sidebar-icon-vote
Related
sidebar-icon-tumblr
sidebar-icon-youtube
Notifications
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
user-interface-preferences
Personal tools
Talk
Contributions
Create account
Log in
Template:Scrollbox/styles.css: Difference between revisions
Template page
More actions
<
Template:Scrollbox
Browse history interactively
Revision as of 21:20, 28 April 2023
(
view source
)
BakiDance
(
talk
|
contribs
)
(styling)
Revision as of 21:31, 28 April 2023
(
view source
)
BakiDance
(
talk
|
contribs
)
(blanking)
Tag
:
Blanking
Newer edit →
Line 1:
Line 1:
.scrollbox__container::before {
position: relative;
}
.scrollbox__container::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 99999;
}
.scrollbox__inner {
display: block ruby;
overflow-x: scroll;
}
Revision as of 21:31, 28 April 2023