This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Usermode view
#17
(05.03.2025, 13:02)admin Wrote: Try this:

CSS:
Code:
.layers {
  overflow-y: auto;
}
.layer-centered-h {
  margin-top: 0 !important;
}

JS (change scrollIds array as needed):
Code:
var origDoShowPlan = window.doShowPlan
if (origDoShowPlan) {
  var scrollIds = [2, 3, 4]
 
  $(function() {
    scrollIds.forEach(function(id) {
      $('#plan-' + id).addClass('layer-centered-h')
    })
  })

  doShowPlan = function(plan) {
    visAutoWidth = scrollIds.indexOf(currentPlanId) >= 0
    origDoShowPlan(plan)
  }
}

Hi, I've done some tests and it works if don't open any widget... When I do it (inside a scrollable plan) then scrollbar appears on non-scrollable plans...
Reply


Messages In This Thread
Usermode view - by jmir - 18.09.2024, 15:07
RE: Usermode view - by admin - 19.09.2024, 11:00
RE: Usermode view - by jmir - 19.09.2024, 11:04
RE: Usermode view - by admin - 19.09.2024, 11:05
RE: Usermode view - by jmir - 19.09.2024, 13:00
RE: Usermode view - by jmir - 03.03.2025, 06:43
RE: Usermode view - by admin - 03.03.2025, 07:38
RE: Usermode view - by jmir - 03.03.2025, 07:40
RE: Usermode view - by jmir - 05.03.2025, 06:24
RE: Usermode view - by admin - 05.03.2025, 09:11
RE: Usermode view - by didac - 05.03.2025, 10:12
RE: Usermode view - by admin - 05.03.2025, 10:15
RE: Usermode view - by didac - 05.03.2025, 11:27
RE: Usermode view - by admin - 05.03.2025, 11:38
RE: Usermode view - by admin - 05.03.2025, 13:02
RE: Usermode view - by jmir - 06.03.2025, 14:00
RE: Usermode view - by didac - 05.03.2025, 13:07
RE: Usermode view - by admin - 06.03.2025, 14:54
RE: Usermode view - by jmir - 06.03.2025, 15:03
RE: Usermode view - by admin - 06.03.2025, 15:05
RE: Usermode view - by jmir - 10.03.2025, 06:09
RE: Usermode view - by admin - 10.03.2025, 10:46

Forum Jump: