fix design
This commit is contained in:
@@ -119,3 +119,11 @@ tbody tr {
|
||||
#blog-content a {
|
||||
color: #ea063e !important;
|
||||
}
|
||||
|
||||
.overflowX {
|
||||
overflow-x: scroll;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
.overflowX::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user