继续改进滚动条

This commit is contained in:
fen 2013-11-03 21:35:26 +08:00
parent 170cf67c94
commit c0cfe55844
2 changed files with 3 additions and 6 deletions

View File

@ -1159,7 +1159,7 @@ a.operate-reply {
/* 编辑器全屏 */
.fullscreen #wmd-button-bar, .fullscreen #text, .fullscreen #wmd-preview, .fullscreen .submit {
position: fixed;
position: absolute;
top: 0;
width: 50%;
background: #FFF;
@ -1184,7 +1184,6 @@ a.operate-reply {
-o-border-radius: 0;
border-radius: 0; }
.fullscreen #wmd-preview {
position: absolute;
top: 53px;
right: 0;
padding: 5px 20px;
@ -1194,7 +1193,6 @@ a.operate-reply {
.fullscreen #wmd-preview code, .fullscreen #wmd-preview pre {
background: #F0F0EC; }
.fullscreen .submit {
z-index: 1000;
right: 0;
margin: 0;
padding: 10px 20px;

View File

@ -107,7 +107,8 @@
/* 编辑器全屏 */
.fullscreen {
#wmd-button-bar, #text, #wmd-preview, .submit {
position: fixed;
// position: fixed;
position: absolute;
top: 0;
width: 50%;
background: #FFF;
@ -129,7 +130,6 @@
@include border-radius(0);
}
#wmd-preview {
position: absolute;
top: 53px;
right: 0;
padding: 5px 20px;
@ -141,7 +141,6 @@
}
}
.submit {
z-index: 1000;
right: 0;
margin: 0;
padding: 10px 20px;