File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -64,16 +64,16 @@ const $Container = styled.div`
6464 justify-content: start;
6565 align-items: stretch;
6666 background-color: var(--color-layer-1) !important; // TODO: figure out why this is needed
67-
67+
6868 /* Completely override box-shadow border from withOuterAndInnerBorders */
6969 --border-color: transparent !important;
7070 box-shadow: none !important;
71-
71+
7272 /* Apply rounded border using border property which respects border-radius */
7373 border: var(--default-border-width, 1px) solid var(--color-border) !important;
7474 border-radius: 0.75rem !important;
7575 overflow: hidden; // Clip content and borders to rounded corners
76-
76+
7777 /* Use isolation to create a new stacking context */
7878 isolation: isolate;
7979 position: relative;
Original file line number Diff line number Diff line change @@ -224,11 +224,11 @@ const $GridSection = styled.section<{ gridArea: string }>`
224224
225225const $TopHeader = styled . header `
226226 grid-area: Top;
227-
227+
228228 /* Remove box-shadow border from withOuterAndInnerBorders */
229229 --border-color: transparent !important;
230230 box-shadow: none !important;
231-
231+
232232 /* Ensure rounded corners */
233233 border-radius: 0.75rem;
234234 overflow: hidden;
You can’t perform that action at this time.
0 commit comments