There was an error while loading. Please reload this page.
1 parent 6997407 commit 74542a3Copy full SHA for 74542a3
1 file changed
src/sass/ant.less
@@ -16,6 +16,16 @@
16
font-size: 13px;
17
}
18
19
+// NG-ZORRO's global select patch positions dropdowns at `top: 100%`. In a CDK
20
+// overlay Safari resolves that percentage against the pane's content height,
21
+// which leaves an equally tall blank area above the options.
22
+.cdk-overlay-pane > .ant-select-dropdown {
23
+ position: static;
24
+ top: auto;
25
+ left: auto;
26
+ margin: 0;
27
+}
28
+
29
.dark-dropdown {
30
background-color: var(--el-dropdown-bg-color);
31
0 commit comments