Neural-Systems-at-UIO / RB-workbench

a next generation online rodent brain workbench
GNU General Public License v3.0
2 stars 0 forks source link

tools are embedded in oversized iframes #107

Closed PolarBean closed 11 months ago

PolarBean commented 1 year ago

image

Tevemadar commented 1 year ago

I'm waiting for CORS since ~11 in the morning. However as I see the "Loading" popup, which is supposed to be centered, but it's visibly hanging low, and the filmstrip says it's 128 pixel high (as it should), but far less is visible, I started to think the iframe may be truncated. Run this from the console, and you will see it really is: for(const e of document.getElementsByClassName("App"))e.style="";

PolarBean commented 1 year ago

Running this in console doesnt change the appearance, but maybe youre right that its truncated, ill look into it

PolarBean commented 1 year ago

oh wait that does fix it, just requires scroll. ok thank you

Tevemadar commented 1 year ago

What I find suspicious is that there are 2 of such elements (using class App). While I don't know these frameworks, I can easily imagine that only one App element is supposed to exist.

PolarBean commented 11 months ago

fixed