Merge pull request #627 from danvolchek/no-hover-jumping

Stop log messages from jumping around in hover edge case
This commit is contained in:
Jesse Plamondon-Willard 2019-03-14 19:34:14 -04:00 committed by GitHub
commit bd3a641949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,7 @@
{
<meta name="robots" content="noindex" />
}
<link rel="stylesheet" href="~/Content/css/log-parser.css?r=20190310" />
<link rel="stylesheet" href="~/Content/css/log-parser.css?r=20190314" />
<script src="https://cdn.jsdelivr.net/npm/vue@2.5.17/dist/vue.min.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.3.1/dist/jquery.min.js" crossorigin="anonymous"></script>
<script src="~/Content/js/log-parser.js?r=20190310"></script>

View File

@ -255,7 +255,6 @@ table caption {
}
#log td[data-title]:hover {
font-size: 1px;
overflow: inherit;
position: relative;
}