mirror of
https://github.com/p-stream/p-stream.git
synced 2026-05-12 02:10:52 +00:00
18 lines
254 B
CSS
18 lines
254 B
CSS
h2 {
|
|
position: relative;
|
|
z-index: 2;
|
|
}
|
|
|
|
button {
|
|
position: relative;
|
|
z-index: 2;
|
|
}
|
|
|
|
.scrollbar::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
.scrollbar {
|
|
scrollbar-width: none !important;
|
|
-ms-overflow-style: -ms-autohiding-scrollbar !important;
|
|
}
|