542b4b69d6
It should be 'screen and ...', but since the other rules don't have this additional screen condition, I just remove it. Change-Id: Idabf28fbee303e19f1a5f5c75f3eb5e7387ac3fa Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89170 Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
40 lines
1.2 KiB
CSS
40 lines
1.2 KiB
CSS
.scroll-container {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
.scroll-container {
|
|
height: 100%;
|
|
width: 100%;
|
|
overflow: auto;
|
|
}
|
|
@media (max-width: 767px), (max-device-height: 767px), (max-width: 900px) and (any-pointer: coarse) and (hover: none), (max-height: 900px) and (any-pointer: coarse) and (hover: none){
|
|
.mCSB_scrollTools_vertical{
|
|
width: 38px !important;
|
|
}
|
|
#mobile-wizard-header .mCSB_container {
|
|
top: 1px !important;
|
|
}
|
|
.mCSB_scrollTools_vertical .mCSB_dragger_bar {
|
|
position: fixed !important;
|
|
margin-top: 8px !important;
|
|
height: 48px !important;
|
|
width: 48px !important;
|
|
right: -16px;
|
|
border-radius: 100px !important;
|
|
background: url('images/lc_scrollbar_mobile.svg') no-repeat center #fff !important;
|
|
background-size: 24px !important;
|
|
box-shadow: 0 1px 3px 1px #00000050;
|
|
}
|
|
#mCSB_1_dragger_horizontal > .mCSB_dragger_bar, #mCSB_2_dragger_horizontal > .mCSB_dragger_bar, #mCSB_3_dragger_horizontal > .mCSB_dragger_bar {
|
|
height: 2px;
|
|
background-color: #bbb;
|
|
margin-top: 9px;
|
|
}
|
|
#mCSB_1_scrollbar_horizontal .mCSB_draggerRail, #mCSB_2_scrollbar_horizontal .mCSB_draggerRail, #mCSB_3_scrollbar_horizontal .mCSB_draggerRail{
|
|
background-color: #f2f2f2 !important;
|
|
}
|
|
}
|