Skip to content

Commit

Permalink
Change max-height target (#1403)
Browse files Browse the repository at this point in the history
Prevents errors with detailed query panel truncated on large tablets in portrait mode
  • Loading branch information
Pierre GIRAUD committed Jun 15, 2016
1 parent 2ba41b8 commit 6cf2b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contribs/gmf/less/mobiledisplayqueries.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
right: 50%;
left: 50%;
bottom: 0;
max-height: 10 * @map-tools-size;
position: fixed;
z-index: @above-menus-index;
.collapse-button {
Expand All @@ -32,6 +31,7 @@
overflow: hidden;
// height with 2em: 1em per text (title, subtitle)
height: calc(3 * @app-margin + @half-app-margin ~"+ 2em");
max-height: 10 * @map-tools-size;
margin: 0;
transition: 0.3s ease-in all;
&.detailed {
Expand Down

0 comments on commit 6cf2b3e

Please sign in to comment.