File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 48
48
< link rel ="icon " href ="https://vivek9patel.github.io/images/logos/fevicon.svg " />
49
49
< link rel ="apple-touch-icon " href ="./images/logos/logo.png " />
50
50
<!-- <link rel="manifest" href="./manifest.json" /> -->
51
+ < style >
52
+ ::-webkit-scrollbar {
53
+ display : none;
54
+ }
55
+ </ style >
51
56
</ head >
52
57
53
58
< body >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export default function SideBar(props) {
26
26
27
27
return (
28
28
< >
29
- < div className = { ( props . hide ? " -translate-x-full " : "" ) + " absolute transform duration-300 select-none z-40 left-0 top-0 h-full pt-7 w-auto flex flex-col justify-start items-center border-black border-opacity-60 bg-black bg-opacity-50" } >
29
+ < div className = { ( props . hide ? " -translate-x-full " : "" ) + " absolute transform duration-300 select-none z-40 left-0 top-0 h-full pt-7 w-auto flex flex-col justify-start items-center border-black border-opacity-60 bg-black bg-opacity-50 overflow-scroll " } >
30
30
{
31
31
(
32
32
Object . keys ( props . closed_windows ) . length !== 0
@@ -47,7 +47,8 @@ export function AllApps(props) {
47
47
48
48
return (
49
49
< div
50
- className = { `absolute bottom-0 w-10 h-10 rounded m-1 hover:bg-white hover:bg-opacity-10 flex items-center justify-center` }
50
+ className = { `w-10 h-10 rounded m-1 hover:bg-white hover:bg-opacity-10 flex items-center justify-center` }
51
+ style = { { marginTop : 'auto' } }
51
52
onMouseEnter = { ( ) => {
52
53
setTitle ( true ) ;
53
54
} }
You can’t perform that action at this time.
0 commit comments