Hide scrollbars on screenshot (show then on hover)
This commit is contained in:
@@ -132,8 +132,12 @@ a.linkButton {
|
||||
background: #000;
|
||||
|
||||
> div {
|
||||
overflow: scroll;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
||||
&:hover {
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.screenshotImage {
|
||||
|
||||
Reference in New Issue
Block a user