mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Update style.css
This commit is contained in:
@@ -74,9 +74,10 @@ html {
|
||||
}
|
||||
body {
|
||||
width: 100vw;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
header, footer, .main-content {
|
||||
/*width: 100%;*/
|
||||
overflow-x: hidden;
|
||||
}
|
||||
header, footer {
|
||||
backdrop-filter: var(--darkened-backdrop-filter);
|
||||
@@ -467,6 +468,7 @@ textarea.input {
|
||||
grid-gap: 0.5rem;
|
||||
height: 20rem;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
grid-auto-rows: 6.5rem;
|
||||
}
|
||||
.frame-picker {
|
||||
|
Reference in New Issue
Block a user