9 lines
178 B
CSS
9 lines
178 B
CSS
.bracket-container::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.bracket-container {
|
|
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
|
|
}
|
|
} |