Fixed gallery overflow

This commit is contained in:
Joel Collins 2020-10-27 16:36:40 +00:00
parent 89b1f9dac9
commit e3a45b84d8

View file

@ -349,7 +349,7 @@ export default {
} }
#container-left { #container-left {
overflow: hidden; overflow: auto;
background-color: rgba(180, 180, 180, 0.025); background-color: rgba(180, 180, 180, 0.025);
width: 100%; width: 100%;
height: 100%; height: 100%;