Make ErrorView & CompatibilityView scrollable (#23468)
This commit is contained in:
parent
341b0b469e
commit
326a1a9056
1 changed files with 5 additions and 3 deletions
|
@ -36,10 +36,12 @@ limitations under the License.
|
||||||
"Apple Color Emoji",
|
"Apple Color Emoji",
|
||||||
"Segoe UI Emoji",
|
"Segoe UI Emoji",
|
||||||
"Segoe UI Symbol";
|
"Segoe UI Symbol";
|
||||||
width: 100%;
|
|
||||||
min-height: 100%;
|
|
||||||
height: auto;
|
|
||||||
color: #000;
|
color: #000;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
overflow: auto;
|
||||||
|
padding: 0 20px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
.mx_ErrorView_container {
|
.mx_ErrorView_container {
|
||||||
max-width: 680px;
|
max-width: 680px;
|
||||||
|
|
Loading…
Reference in a new issue