schoolbox web extension :)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(popup): horizontal scrollbar

* appears on firefox when there a y-axis overflow, causing a vertical
scrollbar, which takes up space and causes a horizontal scrollbar *
close #267

willow fd2d3dc8 f4db9d53

+1 -1
+1 -1
src/entrypoints/popup/index.html
··· 7 7 <meta name="manifest.type" content="browser_action" /> 8 8 </head> 9 9 10 - <body> 10 + <body class="overflow-x-hidden"> 11 11 <div id="app"></div> 12 12 <script type="module" src="./main.ts"></script> 13 13 </body>