浏览代码

fixed misaligned tab content - fixes #3715

Eugene Pankov 4 年之前
父节点
当前提交
8801839c7a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      terminus-core/src/components/appRoot.component.scss

+ 1 - 1
terminus-core/src/components/appRoot.component.scss

@@ -146,7 +146,7 @@ $side-tab-width: 200px;
         width: 100%;
         height: 100%;
 
-        left: 100%;
+        left: -100%;
 
         &.content-tab-active {
             left: 0;