mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
fix: remove broken flash-messages include from admin footer; make repertoire columns scrollable
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
.search-main {
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* ---- 6-column index layout ---- */
|
||||
@@ -17,7 +16,7 @@
|
||||
grid-template-columns: 0.7fr 1.2fr 1.4fr 0.9fr 1.4fr 1fr;
|
||||
gap: 0;
|
||||
padding: 0 var(--space-m);
|
||||
min-height: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
@@ -56,6 +55,8 @@
|
||||
|
||||
.repertoire-col {
|
||||
padding: var(--space-xs) var(--space-2xs) var(--space-l);
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.repertoire-col:last-child {
|
||||
|
||||
Reference in New Issue
Block a user