File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -150,4 +150,4 @@ Your web browser should open on `http://localhost:3000`. The app is configured t
150
150
151
151
## Credits
152
152
153
- ShortPaste is based on [ Adyanth Hosavalike's ShortPaste ] ( https://github.com/adyanth/shortpaste ) but have been nearly completely rewrittent .
153
+ ShortPaste is based on [ Adyanth Hosavalike's Short{Paste} ] ( https://github.com/adyanth/shortpaste ) .
Original file line number Diff line number Diff line change 2
2
3
3
.root {
4
4
flex : 1 ;
5
-
6
- display : flex ;
7
- flex-direction : column ;
8
5
9
- height : calc (100vh - 64 px - env (safe-area-inset-bottom ));
10
- margin-left : 0 ;
6
+ min- height : calc (100vh - 68 px - env (safe-area-inset-bottom ));
7
+
11
8
z-index : 2 ;
12
9
padding : $spacing ;
13
10
overflow-y : auto ;
11
+ padding-bottom : calc (68px + $spacing + env (safe-area-inset-bottom ));
14
12
15
13
@media (min-width : 899px ) {
16
14
margin-left : $drawer-menu-width ;
17
- height : calc ( 100 vh - env ( safe-area-inset- bottom)) ;
15
+ margin- bottom: 0 ;
18
16
}
19
17
}
Original file line number Diff line number Diff line change 3
3
4
4
.root_bottom {
5
5
background-color : $white !important ;
6
+ padding-bottom : env (safe-area-inset-bottom ) !important ;
6
7
7
8
:global (.MuiToolbar-root ) {
8
9
a {
You can’t perform that action at this time.
0 commit comments