We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d9d31 commit 7c5993aCopy full SHA for 7c5993a
src/components/drawer/index.scss
@@ -114,6 +114,8 @@
114
flex-grow: 1;
115
overflow-y: auto;
116
height: 0;
117
+ margin: calc(var(--jdd-accessibility-outline-width) * -1);
118
+ padding: var(--jdd-accessibility-outline-width);
119
}
120
121
src/components/modal/index.scss
@@ -56,10 +56,14 @@
56
flex-direction: column;
57
flex-shrink: 1;
58
overflow: hidden;
59
60
61
62
.modal-description-content {
63
64
65
66
67
68
69
0 commit comments