fix style
Took 11 minutes
This commit is contained in:
@ -155,7 +155,7 @@ h2 {
|
||||
height: 9%;
|
||||
background-color: #167FCC;
|
||||
box-shadow: inset 11px -45px 50px 3px rgba(223, 12, 42, 0.66);
|
||||
overflow: visible;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
@ -226,7 +226,7 @@ h2 {
|
||||
.pane {
|
||||
height: 100%;
|
||||
padding: 1% 2%;
|
||||
overflow: visible;
|
||||
overflow: auto;
|
||||
scrollbar-width: none; /* Firefox */
|
||||
scroll-behavior: smooth;
|
||||
color: white;
|
||||
|
Reference in New Issue
Block a user