From d96aaeba5a25e04c678be57b68e27b2063fa6064 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Tue, 1 Aug 2017 14:48:01 -0700 Subject: [PATCH] fix for long filenames in editor bleeding out buttons --- sass/_project-sass/_project-Main.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 2521a793..fbecdac6 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -2111,8 +2111,9 @@ a.tag:hover { float: left; width: 100%; overflow: auto; - position: absolute; - top: 105px; + //position: absolute; + //top: 105px; + height: 100%; bottom: 0; margin: 0; .col {