fix feed panel display on mobile
This commit is contained in:
@@ -31,6 +31,11 @@ $legend-color: #222;
|
||||
max-width: calc(#{$feed-width-max});
|
||||
}
|
||||
|
||||
#feed {
|
||||
z-index: 999;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
#post-button {
|
||||
.fa {
|
||||
@extend .fa-next;
|
||||
@@ -193,7 +198,10 @@ $legend-color: #222;
|
||||
bottom: 0;
|
||||
width: calc(#{$feed-width});
|
||||
max-width: calc(#{$feed-width-max});
|
||||
z-index: 999;
|
||||
z-index: -1;
|
||||
transition-property: z-index;
|
||||
transition-duration: 0.1s;
|
||||
transition-delay: 0.5s;
|
||||
overflow: hidden;
|
||||
|
||||
input, textarea, button {
|
||||
|
||||
Reference in New Issue
Block a user