еще попытка
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-09-29 14:04:32 +03:00
parent 2af194cfe6
commit e3d941b589
+6 -5
View File
@@ -137,14 +137,15 @@
/* Скроллируемая область детализации */ /* Скроллируемая область детализации */
.scrollable-details { .scrollable-details {
flex: 1; position: absolute !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
overflow-y: auto !important; overflow-y: auto !important;
padding: 1rem !important; padding: 1rem !important;
margin: 0 !important; margin: 0 !important;
position: relative; box-sizing: border-box;
min-height: 0;
height: 0;
max-height: 100%;
} }
/* Контент внутри детализации */ /* Контент внутри детализации */