fixing overflow bug in quicknote popup

This commit is contained in:
chrisdavidmills
2016-08-03 19:32:27 +01:00
parent 95f74ef447
commit 5c9c3ccb4f

View File

@@ -23,7 +23,7 @@ body {
.outer-wrapper {
overflow: auto;
width: 100%;
height: 300px;
height: 290px;
background: rgb(240,240,240);
}