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 8af34e2 commit 326001cCopy full SHA for 326001c
packages/calcite-components/src/components/shell/shell.scss
@@ -29,17 +29,13 @@
29
overflow-hidden;
30
}
31
32
-.content,
33
-.content--non-interactive {
+.content {
34
@apply flex
35
h-full
36
w-full
37
flex-col
38
- flex-nowrap;
39
-}
40
-
41
-.content {
42
- @apply overflow-auto;
+ flex-nowrap
+ overflow-auto;
43
justify-content: space-between;
44
45
@@ -59,7 +55,7 @@
59
55
60
56
61
57
.content--non-interactive {
62
- @apply pointer-events-none;
58
+ @apply flex pointer-events-none;
63
64
65
::slotted(calcite-shell-center-row) {
0 commit comments