Viewer: Fix overflow and top part margins
This commit is contained in:
@@ -4,10 +4,10 @@
|
|||||||
height: 100vh;
|
height: 100vh;
|
||||||
min-height: 560px;
|
min-height: 560px;
|
||||||
padding-top: 16px;
|
padding-top: 16px;
|
||||||
|
overflow-x: hidden;
|
||||||
|
|
||||||
@include breakpoint (sm) {
|
@include breakpoint (sm) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100vh;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
@@ -28,9 +28,9 @@
|
|||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
|
|
||||||
@include breakpoint (sm) {
|
@include breakpoint (sm) {
|
||||||
// position: static;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-bottom: 24px;
|
margin-top: 24px;
|
||||||
|
margin-bottom: 48px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tip message
|
// Tip message
|
||||||
|
|||||||
Reference in New Issue
Block a user