mirror of
https://github.com/suitenumerique/drive.git
synced 2026-04-25 17:15:19 +02:00
wip
This commit is contained in:
@@ -44,23 +44,23 @@
|
||||
}
|
||||
|
||||
&__transform-wrapper {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
// width: 100%;
|
||||
// height: 100%;
|
||||
// overflow: hidden;
|
||||
// position: relative;
|
||||
}
|
||||
|
||||
&__transform-content {
|
||||
width: fit-content;
|
||||
height: fit-content;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
// width: fit-content;
|
||||
// height: fit-content;
|
||||
// display: flex;
|
||||
// flex-direction: column;
|
||||
}
|
||||
|
||||
&__scrollable--mobile {
|
||||
padding: 20px;
|
||||
gap: 20px;
|
||||
width: fit-content;
|
||||
// width: fit-content;
|
||||
min-width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user