File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,9 @@ export const Options = styled.div`
9494 ul.opened {
9595 transform: scale(1);
9696 opacity: 1;
97+ max-width: 90vw;
98+ max-height: 90vh;
99+ overflow-y: auto;
97100 }
98101
99102 > div {
Original file line number Diff line number Diff line change @@ -175,6 +175,9 @@ exports[`Nav renders dashboard version for mobile 1`] = `
175175 - ms - transform : scale (1 );
176176 transform : scale (1 );
177177 opacity : 1 ;
178+ max - width : 90vw ;
179+ max - height : 90vh ;
180+ overflow - y : auto ;
178181}
179182
180183.c3 > div {
@@ -816,6 +819,9 @@ exports[`Nav renders editor version for mobile 1`] = `
816819 - ms - transform : scale (1 );
817820 transform : scale (1 );
818821 opacity : 1 ;
822+ max - width : 90vw ;
823+ max - height : 90vh ;
824+ overflow - y : auto ;
819825}
820826
821827.c3 > div {
You can’t perform that action at this time.
0 commit comments