Testing this on both Dactyloidae 13.1/13.2 and latest Basilisk, can't check it out on Pale Moon yet since that's on my Windows machine
Nothing from the console.
docs.getutm.app's CSS seems to be broken?
Moderator: trava90
Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.
Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.
Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
- Clear any current output
- Navigate or refresh the page in question
- Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
-
ownedbywuigi
- Fanatic

- Posts: 138
- Joined: 2026-03-09, 21:48
- Location: United Kingdom
docs.getutm.app's CSS seems to be broken?
You do not have the required permissions to view the files attached to this post.
Windows Server 2022, i9 9900K, 32GB DDR4, GTX 970, Dactyloidae 13.2-pre1
OS X Monterey, 2013 Mac Pro, Xeon e5-1650v2, 2x FirePro D500, 64GB DDR3, Dactyloidae 13.1
OS X Monterey, 2013 Mac Pro, Xeon e5-1650v2, 2x FirePro D500, 64GB DDR3, Dactyloidae 13.1
-
adoxa
- Astronaut

- Posts: 616
- Joined: 2019-03-16, 13:26
- Location: Qld, Aus.
Re: docs.getutm.app's CSS seems to be broken?
It's using max; override it with:
Code: Select all
@media (min-width: 66.5rem) {
.side-bar+.main {
margin-left:calc((100% - 66.5rem) / 2 + 16.5rem);
}
}