Fix overflow issues

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-07-22 10:03:22 +02:00
parent 2873bf6c3c
commit 8695beb7ca

View File

@@ -20,7 +20,9 @@ limitations under the License.
bottom: 16px;
z-index: 100; // To be above the primary feed
height: 100%;
overflow: auto;
height: calc(100% - 32px); // Subtract the top and bottom padding
width: 20%;
display: flex;