Skip to content
Snippets Groups Projects
Unverified Commit 7eefeee9 authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #6410 from zhu/zhu-fix-toast

fix toast
parents bd3e1500 304a29be
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
}
body {
position: absolute;
position: fixed;
height: 100%;
font-family: 'Source Sans Pro', Arial, sans-serif;
font-size: 1rem; /* 16px */
......
......@@ -12,9 +12,8 @@
}
.main {
position: fixed;
position: relative;
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment