final stt
This commit is contained in:
@@ -1269,28 +1269,6 @@ figure {
|
|||||||
SCROLL TO TOP - FULL STYLING (all viewports)
|
SCROLL TO TOP - FULL STYLING (all viewports)
|
||||||
============================================================================ */
|
============================================================================ */
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
|
||||||
body {
|
|
||||||
overflow-x: hidden;
|
|
||||||
max-width: 100vw;
|
|
||||||
min-width: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Ensure scroll-to-top button stays visible on mobile */
|
|
||||||
#scroll-to-top {
|
|
||||||
display: none !important;
|
|
||||||
position: fixed !important;
|
|
||||||
bottom: 4.5rem !important;
|
|
||||||
right: 1rem !important;
|
|
||||||
z-index: 9999 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* When JS sets display: block, override to actually show it */
|
|
||||||
#scroll-to-top[style*="display: block"] {
|
|
||||||
display: block !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#scroll-to-top {
|
#scroll-to-top {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 4.5rem;
|
bottom: 4.5rem;
|
||||||
@@ -1353,6 +1331,7 @@ p, li, td {
|
|||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Tables */
|
||||||
table {
|
table {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user