mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Quick panel width is too wide for smaller screens
+ (Academy app) Course page doesn't scroll on mobile
This commit is contained in:
parent
bb3d6d4839
commit
a92cb8b7b6
|
@ -161,6 +161,7 @@
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
padding: 48px;
|
padding: 48px;
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
@media (max-width: 720px) {
|
@media (max-width: 720px) {
|
||||||
padding: 0 0 120px 0;
|
padding: 0 0 120px 0;
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
fuse-quick-panel {
|
fuse-quick-panel {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 330px;
|
width: 280px;
|
||||||
min-width: 330px;
|
min-width: 280px;
|
||||||
max-width: 330px;
|
max-width: 280px;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user