Fix: Gassi Desktop — Scrollbalken im Listen-Panel ausgeblendet (SW by-v884)
This commit is contained in:
parent
33f550a313
commit
9deb04c02d
5 changed files with 15 additions and 11 deletions
|
|
@ -3563,7 +3563,7 @@ html.modal-open {
|
|||
padding-top: 52px;
|
||||
position: relative;
|
||||
}
|
||||
/* Liste: feste Breite links, scrollbar */
|
||||
/* Liste: feste Breite links, scrollbar unsichtbar */
|
||||
#walks-list-view {
|
||||
display: block !important;
|
||||
width: 380px;
|
||||
|
|
@ -3571,6 +3571,10 @@ html.modal-open {
|
|||
flex-shrink: 0;
|
||||
border-right: 1px solid var(--c-border);
|
||||
overflow-y: auto;
|
||||
scrollbar-width: none; /* Firefox */
|
||||
}
|
||||
#walks-list-view::-webkit-scrollbar {
|
||||
display: none; /* Chrome / Safari / macOS */
|
||||
}
|
||||
/* Karte: Rest des Platzes, sticky */
|
||||
#walks-map-view {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue