Fixed gallery overflow
This commit is contained in:
parent
89b1f9dac9
commit
e3a45b84d8
1 changed files with 1 additions and 1 deletions
|
|
@ -349,7 +349,7 @@ export default {
|
|||
}
|
||||
|
||||
#container-left {
|
||||
overflow: hidden;
|
||||
overflow: auto;
|
||||
background-color: rgba(180, 180, 180, 0.025);
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue