File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 4
4
< title > YAToDB</ title >
5
5
< link rel ="stylesheet " type ="text/css " href ="style.css ">
6
6
< meta name ="google-site-verification " content ="XZkW-V7oXCX9xn2qjc_vhfG2vmwCve-98gJ0_73eLzs " />
7
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
8
</ head >
8
9
< noscript > This app requires JavaScript to function. Please enable it in your browser settings.</ noscript >
9
10
< body >
Original file line number Diff line number Diff line change 1
1
/* Imports */
2
- @import url ('https://fonts.googleapis.com/css2?family=Darumadrop+One&family=Josefin+Sans&family=Poppins&family=Roboto+Mono:wght@300&display=swap' );
2
+ @import url ('https://fonts.googleapis.com/css2?family=Darumadrop+One&display=swap' );
3
+ @import url ('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap' );
4
+ @import url ('https://fonts.googleapis.com/css2?family=Poppins&display=swap' );
5
+ @import url ('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&display=swap' );
3
6
@import url ('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap' );
4
7
5
8
/* General */
@@ -39,6 +42,10 @@ button:active {
39
42
width : 100% ;
40
43
padding : 20px ;
41
44
font-size : 17px ;
45
+ z-index : 10 ;
46
+ overflow-x : auto;
47
+ overflow-y : hidden;
48
+ white-space : nowrap;
42
49
}
43
50
# top-nav-bar label {
44
51
margin : 16px ;
You can’t perform that action at this time.
0 commit comments