Commit
·
36bd5a4
1
Parent(s):
b8df635
add padding for mobile
Browse files- viewer/static/global.css +1 -0
viewer/static/global.css
CHANGED
@@ -26,6 +26,7 @@ body {
|
|
26 |
max-height: 100vh;
|
27 |
overflow-y: auto;
|
28 |
position: relative;
|
|
|
29 |
|
30 |
@media (min-width: 576px) {
|
31 |
max-width: 540px;
|
|
|
26 |
max-height: 100vh;
|
27 |
overflow-y: auto;
|
28 |
position: relative;
|
29 |
+
padding-bottom: 96px;
|
30 |
|
31 |
@media (min-width: 576px) {
|
32 |
max-width: 540px;
|