mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-09 20:15:07 +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;
|
||||
left: 0;
|
||||
padding: 48px;
|
||||
overflow: auto;
|
||||
|
||||
@media (max-width: 720px) {
|
||||
padding: 0 0 120px 0;
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user