Fix dropdown shift on web (#5710)
This commit is contained in:
@@ -75,6 +75,10 @@
|
|||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translateX(-50%) translateY(-50%) translateY(-50px);
|
transform: translateX(-50%) translateY(-50%) translateY(-50px);
|
||||||
}
|
}
|
||||||
|
/* We need this style to prevent web dropdowns from shifting the display when opening */
|
||||||
|
body {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
{% include "scripts.html" %}
|
{% include "scripts.html" %}
|
||||||
|
|||||||
@@ -80,6 +80,10 @@
|
|||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translateX(-50%) translateY(-50%) translateY(-50px);
|
transform: translateX(-50%) translateY(-50%) translateY(-50px);
|
||||||
}
|
}
|
||||||
|
/* We need this style to prevent web dropdowns from shifting the display when opening */
|
||||||
|
body {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user