Quick panel width is too wide for smaller screens

+ (Academy app) Course page doesn't scroll on mobile
This commit is contained in:
Sercan Yemen 2018-01-18 13:18:09 +03:00
parent bb3d6d4839
commit a92cb8b7b6
2 changed files with 4 additions and 3 deletions

View File

@ -161,6 +161,7 @@
bottom: 0;
left: 0;
padding: 48px;
overflow: auto;
@media (max-width: 720px) {
padding: 0 0 120px 0;

View File

@ -1,8 +1,8 @@
fuse-quick-panel {
display: flex;
width: 330px;
min-width: 330px;
max-width: 330px;
width: 280px;
min-width: 280px;
max-width: 280px;
z-index: 99;
flex-direction: column;