kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Fix sidebar menu rendering to work in iOS Safari and other browsers
rodzic
6de623127c
commit
09bcb4336b
|
@ -3,7 +3,7 @@
|
|||
position: fixed;
|
||||
flex-direction: column;
|
||||
width: 275px;
|
||||
height: 100vh;
|
||||
//height: 100vh;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
@ -30,12 +30,15 @@
|
|||
}
|
||||
|
||||
&__content {
|
||||
display: flex;
|
||||
flex: 1 1;
|
||||
flex-direction: column;
|
||||
padding-bottom: 40px;
|
||||
//display: flex;
|
||||
//flex: 1 1;
|
||||
//flex-direction: column;
|
||||
//padding-bottom: 40px;
|
||||
overflow-y: scroll;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
overflow: auto;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
//-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
&__section {
|
||||
|
|
Ładowanie…
Reference in New Issue