mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-20 14:01:25 +02:00
switch to 35px high gradients
This commit is contained in:
parent
d7031c12f4
commit
efcfaed335
@ -155,7 +155,7 @@ limitations under the License.
|
|||||||
position: sticky;
|
position: sticky;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
height: 30px;
|
height: 35px;
|
||||||
content: "";
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
@ -163,10 +163,10 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.mx_IndicatorScrollbar_topOverflow > .mx_AutoHideScrollbar_offset {
|
&.mx_IndicatorScrollbar_topOverflow > .mx_AutoHideScrollbar_offset {
|
||||||
margin-top: -30px;
|
margin-top: -35px;
|
||||||
}
|
}
|
||||||
&.mx_IndicatorScrollbar_bottomOverflow > .mx_AutoHideScrollbar_offset {
|
&.mx_IndicatorScrollbar_bottomOverflow > .mx_AutoHideScrollbar_offset {
|
||||||
margin-bottom: -30px;
|
margin-bottom: -35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.mx_IndicatorScrollbar_topOverflow::before {
|
&.mx_IndicatorScrollbar_topOverflow::before {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user