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 a0eb198 commit 251daa4Copy full SHA for 251daa4
client/modules/IDE/components/Header/__snapshots__/Nav.unit.test.jsx.snap
@@ -175,6 +175,9 @@ exports[`Nav renders dashboard version for mobile 1`] = `
175
-ms-transform: scale(1);
176
transform: scale(1);
177
opacity: 1;
178
+ max-width: 90vw;
179
+ max-height: 90vh;
180
+ overflow-y: auto;
181
}
182
183
.c3 > div {
@@ -816,6 +819,9 @@ exports[`Nav renders editor version for mobile 1`] = `
816
819
817
820
818
821
822
823
824
825
826
827
0 commit comments