We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4d05b commit a767402Copy full SHA for a767402
resources/assets/component.css
@@ -82,7 +82,7 @@
82
.dot-selected{width: 100%}
83
.dot-selected>.dlp-label{background: white}
84
.dot-select{padding: 5px 0 5px 0;background: rgb(43 43 43);border-radius: 0 0 5px 5px;position: relative;}
85
-.dot-select-cover{position: absolute;width: 100%;height: 94%;top:0;left:0;z-index: 1050;}
+.dot-select-cover{position: absolute;width: 100%;height: calc(100% - 10px);top:0;left:0;z-index: 1050;}
86
.dot-select-cascade{
87
display: flex;
88
flex-direction: row;
0 commit comments