From bff1fde38d76b9776caca86a64bc91a999e9f154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E9=A1=BA=E5=BC=BA?= Date: Thu, 6 Dec 2018 11:58:17 +0800 Subject: [PATCH] repair resize window bug (#2601) --- media/css/seahub_react.css | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/media/css/seahub_react.css b/media/css/seahub_react.css index c8780a7bb3..74b29561ef 100644 --- a/media/css/seahub_react.css +++ b/media/css/seahub_react.css @@ -443,25 +443,6 @@ a.op-icon:focus { overflow-y:auto; } -@media (max-width: 767px) { - .side-nav { - background: #f8f8f8; - width:300px; - position:fixed; - left:-300px; - top:0; - bottom:0; - z-index:1; - box-shadow:0 0 4px #ccc; - -webkit-transition: all 0.3s ease; - -moz-transition: all 0.3s ease; - transition: all 0.3s ease; - } - .side-nav-shown { - left:0; - } -} - .side-nav-con { overflow:hidden; padding:20px;