From 418903b3c5cbee0b44168520dafe7ec745c5145e Mon Sep 17 00:00:00 2001 From: timadevelop Date: Wed, 16 Oct 2019 20:17:28 +0300 Subject: [PATCH] ng-zorro nz-drawer close btn temporary fix (ref NG-ZORRO/ng-zorro-antd#4304) --- src/styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles.scss b/src/styles.scss index 14c0a79..43b1cc2 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -75,6 +75,7 @@ a > .ant-tag { .ant-drawer-wrapper-body { overflow-x: hidden !important; + position: relative; } .avatar-uploader {