We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 724dcec + 92ed886 commit 1a7bf36Copy full SHA for 1a7bf36
1 file changed
packages/webgal/src/UI/Extra/extra.module.scss
@@ -201,11 +201,17 @@
201
.cgShowDivWarpper {
202
display: flex;
203
flex-flow: row;
204
- justify-content: center;
+ justify-content: flex-start;
205
align-items: flex-end;
206
//background: rgba(255, 255, 255, 0.35);
207
border-radius: 7px;
208
padding: 12px 15px;
209
+ width: 100%;
210
+ max-width: 100%;
211
+ overflow-x: auto;
212
+ overflow-y: hidden;
213
+ flex-wrap: nowrap;
214
+ -webkit-overflow-scrolling: touch;
215
}
216
217
.cgNav {
@@ -219,6 +225,7 @@
219
225
cursor: pointer;
220
226
transition: background-color 0.5s, color 0.5s, font-weight 0.5s;
221
227
228
+ flex-shrink: 0;
222
229
223
230
224
231
.cgNav:first-child {
0 commit comments