Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erenbyl committed Oct 28, 2024
1 parent ec71f5f commit 596865b
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
-- Table of Content --
Expand Down Expand Up @@ -196,29 +195,26 @@ ul {
background: var(--primary_color);
}


#scroll-section {
/* overflow-x: hidden !important;
overflow-y: auto !important; */
/* width: 100%; */
/* height: 100%; */
/* height: 100vh; */
height: 100vh;
}
.scroll-content {
/* transform: translate(0) !important; */
transform: translate(0) !important;
}
main.drake-main {
/* inset: 0px;
inset: 0px;
width: 100%;
height: 100vh;
position: fixed; */
height: 100vh;
/* position: fixed; */
/* overflow: hidden; */
}
.page-section {
overflow: hidden;
}


/* 01 - Menu */
.menu {
flex-direction: column;
Expand Down

0 comments on commit 596865b

Please sign in to comment.