File tree Expand file tree Collapse file tree 1 file changed +21
-18
lines changed Expand file tree Collapse file tree 1 file changed +21
-18
lines changed Original file line number Diff line number Diff line change @@ -161,23 +161,6 @@ body {
161161 border : 2px solid red;
162162}
163163
164- @media screen and (orientation : portrait) {
165- # root {
166- grid-template-columns : 1fr ;
167- grid-template-rows : 1fr 30% ;
168- }
169- # menu {
170- border-top : 1px solid gray;
171- overflow-y : scroll;
172- }
173- .regions {
174- overflow : unset;
175- }
176- # regions {
177- overflow-y : unset;
178- }
179- }
180-
181164.regions-hidden {
182165 display : none !important ;
183166}
@@ -210,4 +193,24 @@ body {
210193 stroke-width : 0.5 ;
211194 stroke-dasharray : 1 1 ;
212195 }
213- }
196+ }
197+
198+ @media screen and (orientation : portrait) {
199+ # root {
200+ grid-template-columns : 1fr ;
201+ grid-template-rows : 1fr 30% ;
202+ }
203+ # menu {
204+ border-top : 1px solid gray;
205+ overflow-y : scroll;
206+ }
207+ .regions {
208+ overflow : unset;
209+ }
210+ # regions {
211+ overflow-y : unset;
212+ }
213+ .unhide {
214+ overflow-y : unset;
215+ }
216+ }
You can’t perform that action at this time.
0 commit comments