Skip to content

Commit 3a53e48

Browse files
authored
fix: antd popover width (#64)
1 parent c846146 commit 3a53e48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/nav-icon/index.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
.popover {
2121
z-index: 999;
2222

23-
:global(.ant-popover-inner) {
23+
:global(.ant-popover-content) {
2424
box-sizing: border-box;
2525
width: 552px;
2626
padding: 24px 28px 14px;
@@ -49,7 +49,7 @@
4949

5050
@media (max-width: 600px) {
5151
.popover {
52-
:global(.ant-popover-inner) {
52+
:global(.ant-popover-content) {
5353
width: 80vw;
5454
}
5555
}

0 commit comments

Comments
 (0)