From 57c113fbccbf404e42b9517f61ff174ec244df45 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Wed, 4 Sep 2019 22:35:39 -0400 Subject: [PATCH] Fix overflow --- src/instances/views/index.ecr | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/instances/views/index.ecr b/src/instances/views/index.ecr index 68be9e9..c838a04 100644 --- a/src/instances/views/index.ecr +++ b/src/instances/views/index.ecr @@ -33,6 +33,10 @@ padding: 0.5em; } + .content { + overflow-x: overlay; + } + .pure-table { width: 100%; }