You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The top part of the window is cut off when using TCR and Windows Responsive Fix
Expected behavior
The top of the window not be cut off like when using TCR and the normal responsive.css
Screenshots (optional)
Changing @import 'includes/cascade-responsive-windows-fix.css to @import 'includes/cascade-responsive.css fixes the cut off top but then obviously doesn't move elements correctly in windows.
The text was updated successfully, but these errors were encountered:
Hmm, this is odd. I can't reproduce this behaviour, so it might be something device specific. It wouldn't be the first thing that is drastically different on other devices.
I would assume the issue lies somewhere within the top margin of the #nav-bar, so playing around with the 12px value on line 3 and 6 might resolve this.
kntjspr
added a commit
to kntjspr/cascade
that referenced
this issue
Aug 27, 2023
Describe the bug
The top part of the window is cut off when using TCR and Windows Responsive Fix
Expected behavior
The top of the window not be cut off like when using TCR and the normal responsive.css
Screenshots (optional)
Changing
@import 'includes/cascade-responsive-windows-fix.css
to@import 'includes/cascade-responsive.css
fixes the cut off top but then obviously doesn't move elements correctly in windows.The text was updated successfully, but these errors were encountered: