sforkowany z mirror/soapbox
rodzic
567c4ce093
commit
04fb58d32a
|
@ -553,7 +553,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.column-header__expansion {
|
.column-header__expansion {
|
||||||
overflow-x: scroll;
|
overflow-x: auto;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
|
|
||||||
@media screen and (max-width: 420px) {
|
@media screen and (max-width: 420px) {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
|
Ładowanie…
Reference in New Issue