From 3dc41edefbcd182ba807b3dc5105b1efc0b87bcf Mon Sep 17 00:00:00 2001 From: Arvind Tiwari Date: Fri, 18 Aug 2017 23:51:27 +0530 Subject: [PATCH] mobile border glitch solved --- hosting/static/hosting/css/virtual-machine.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/hosting/static/hosting/css/virtual-machine.css b/hosting/static/hosting/css/virtual-machine.css index b9409712..420a9452 100644 --- a/hosting/static/hosting/css/virtual-machine.css +++ b/hosting/static/hosting/css/virtual-machine.css @@ -66,8 +66,8 @@ overflow-x: hidden; overflow-y: hidden; } -.parent-container ::-webkit-scrollbar { - display: none; +.parent-container ::-webkit-scrollbar { + display: none; } .container-os{ overflow: auto; @@ -225,7 +225,7 @@ } @media (max-width: 420px) { .btn-create-vm { - float: left !important; + float: left !important; } } @@ -326,14 +326,13 @@ padding: 12px 8px; } -.table-switch > tbody > tr:last-child > td { - border-bottom: 1px solid #ddd; -} - @media (min-width: 768px) { .table-switch > tbody > tr > td:nth-child(1) { padding-right: 45px; } + .table-switch > tbody > tr:last-child > td { + border-bottom: 1px solid #ddd; + } } .table-switch .un-icon {