Toggle navigation
Toggle navigation
This project
Loading...
Sign in
HyeonJun Jeon
/
Extended-Calendar
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
HyeonJun Jeon
2022-06-07 02:13:03 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
af1012c486f27ea988cf3dc7427e90db82ab5851
af1012c4
1 parent
fdeef603
[Style] Fix scrollbar
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/styles/Month.css
src/styles/Week.css
src/styles/Month.css
View file @
af1012c
...
...
@@ -36,7 +36,7 @@
.Grid
{
display
:
grid
;
grid-template-columns
:
1
fr
1
fr
1
fr
1
fr
1
fr
1
fr
1
fr
;
overflow-y
:
auto
;
overflow-y
:
scroll
;
height
:
calc
(
100vh
-
115px
);
border
:
solid
thin
gray
;
}
...
...
src/styles/Week.css
View file @
af1012c
...
...
@@ -35,7 +35,7 @@
.Row
{
display
:
flex
;
overflow-y
:
auto
;
overflow-y
:
scroll
;
height
:
calc
(
100vh
-
115px
);
border
:
solid
thin
gray
;
}
...
...
Please
register
or
login
to post a comment