mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Site Editor - hide scrollbars if not needed
This commit is contained in:
parent
20a0e6096e
commit
d821ec9dca
2 changed files with 9 additions and 6 deletions
|
@ -1369,7 +1369,7 @@ a.tag:hover {
|
|||
.row.editor {
|
||||
float: left;
|
||||
width: 100%;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
position: absolute;
|
||||
top: 105px;
|
||||
bottom: 0;
|
||||
|
|
|
@ -1,10 +1,13 @@
|
|||
<style>
|
||||
html {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
#editor {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
.theme-Code{
|
||||
float:right;
|
||||
|
|
Loading…
Add table
Reference in a new issue