hide description scrollbar
This commit is contained in:
parent
cca56cd6db
commit
b0ca2ff228
@ -269,6 +269,10 @@ export default {
|
||||
transition: all 0.3s ease-in-out 0s;
|
||||
}
|
||||
|
||||
.content-details::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.content:hover .content-details {
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
|
Loading…
Reference in New Issue
Block a user